Home
last modified time | relevance | path

Searched refs:glFrustumf (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h19 {"glFrustumf", (void*)glFrustumf},
Dgl_client_context.h21 glFrustumf_client_proc_t glFrustumf; member
Dgl_client_context.cpp21 glFrustumf = (glFrustumf_client_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
Dgl_entry.cpp16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() function
360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf()
Dgl_enc.cpp8938 this->glFrustumf = &glFrustumf_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h21 glFrustumf_server_proc_t glFrustumf; member
Dgles1_server_context.cpp21 glFrustumf = (glFrustumf_server_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
Dgles1_dec.cpp208 this->glFrustumf(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries67 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
Dgles1_only_dispatch_logging_wrappers.impl310 …DISPATCH_DEBUG_LOG("glFrustumf(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, ri…
Dgles12tr_internal.entries110 void glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h69 GL_APICALL void GL_APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
Dgles1_only_functions.h69 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…
Dgles12tr_internal.h112 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h393 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat …
/hardware/google/gfxstream/include/GLES/
Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp138 GL_API void GL_APIENTRY glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
276 …)["glFrustumfOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glFrustumf); in getProcAddressGles1()
991 GL_API void GL_APIENTRY glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… in glFrustumf() function
DGLEScmContext.cpp1006 dispatcher().glFrustumf(left,right,bottom,top,zNear,zFar); in frustumf()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h162 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…