Searched refs:glFrustumxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 177 {"glFrustumxOES", (void*)glFrustumxOES},
|
D | gl_client_context.h | 197 glFrustumxOES_client_proc_t glFrustumxOES; member
|
D | gl_client_context.cpp | 197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 1417 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() function 1420 ctx->glFrustumxOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumxOES()
|
D | gl_enc.cpp | 9114 this->glFrustumxOES = &glFrustumxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 201 glFrustumxOES_server_proc_t glFrustumxOES; member
|
D | gles1_server_context.cpp | 197 glFrustumxOES = (glFrustumxOES_server_proc_t) getProc("glFrustumxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3783 this->glFrustumxOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 571 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 113 void glFrustumxOES( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 192 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 203 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfix…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 679 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 115 …X(void, glFrustumxOES, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5223 GLAPI void APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f…
|