Searched refs:glFrustumfOES (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 233 {"glFrustumfOES", (void*)glFrustumfOES},
|
D | gl_client_context.h | 253 glFrustumfOES_client_proc_t glFrustumfOES; member
|
D | gl_client_context.cpp | 253 glFrustumfOES = (glFrustumfOES_client_proc_t) getProc("glFrustumfOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 248 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa… 1757 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES() function 1760 ctx->glFrustumfOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumfOES()
|
D | gl_enc.cpp | 9170 this->glFrustumfOES = &glFrustumfOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 48 API_ENTRY(glFrustumfOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 48 API_ENTRY(glFrustumfOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 261 glFrustumfOES_server_proc_t glFrustumfOES; member
|
D | gles1_server_context.cpp | 253 glFrustumfOES = (glFrustumfOES_server_proc_t) getProc("glFrustumfOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4975 this->glFrustumfOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 738 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 111 void glFrustumfOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 248 GL_ENTRY(void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 405 GL_API void GL_APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLflo…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 851 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 113 …X(void, glFrustumfOES, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5347 GLAPI void APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f…
|