/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 86 {"glFrustumx", (void*)glFrustumx},
|
D | gl_client_context.h | 88 glFrustumx_client_proc_t glFrustumx; member
|
D | gl_client_context.cpp | 88 glFrustumx = (glFrustumx_client_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 764 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
|
D | gl_enc.cpp | 9005 this->glFrustumx = &glFrustumx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 90 glFrustumx_server_proc_t glFrustumx; member
|
D | gles1_server_context.cpp | 88 glFrustumx = (glFrustumx_server_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 1534 this->glFrustumx(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 77 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
|
D | gles1_only_dispatch_logging_wrappers.impl | 360 …DISPATCH_DEBUG_LOG("glFrustumx(left:%d, right:%d, bottom:%d, top:%d, zNear:%d, zFar:%d)", left, ri…
|
D | gles12tr_internal.entries | 112 void glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 79 GL_APICALL void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
|
D | gles1_only_functions.h | 79 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
|
D | gles12tr_internal.h | 114 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 461 GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed …
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 172 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 998 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx() function
|