/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 19 {"glFrustumf", (void*)glFrustumf},
|
D | gl_client_context.h | 21 glFrustumf_client_proc_t glFrustumf; member
|
D | gl_client_context.cpp | 21 glFrustumf = (glFrustumf_client_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
|
D | gl_entry.cpp | 16 …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()
|
D | gl_enc.cpp | 8938 this->glFrustumf = &glFrustumf_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 21 glFrustumf_server_proc_t glFrustumf; member
|
D | gles1_server_context.cpp | 21 glFrustumf = (glFrustumf_server_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 208 this->glFrustumf(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 67 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
|
D | gles1_only_dispatch_logging_wrappers.impl | 310 …DISPATCH_DEBUG_LOG("glFrustumf(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, ri…
|
D | gles12tr_internal.entries | 110 void glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 69 GL_APICALL void GL_APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
|
D | gles1_only_functions.h | 69 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…
|
D | gles12tr_internal.h | 112 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 393 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat …
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 138 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
|
D | GLEScmContext.cpp | 1006 dispatcher().glFrustumf(left,right,bottom,top,zNear,zFar); in frustumf()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 162 …X(void, glFrustumf, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl…
|