Searched refs:glOrthofOES (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 234 {"glOrthofOES", (void*)glOrthofOES},
|
D | gl_client_context.h | 254 glOrthofOES_client_proc_t glOrthofOES; member
|
D | gl_client_context.cpp | 254 glOrthofOES = (glOrthofOES_client_proc_t) getProc("glOrthofOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES() function 1766 ctx->glOrthofOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthofOES()
|
D | gl_enc.cpp | 9171 this->glOrthofOES = &glOrthofOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 52 API_ENTRY(glOrthofOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 52 API_ENTRY(glOrthofOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 262 glOrthofOES_server_proc_t glOrthofOES; member
|
D | gles1_server_context.cpp | 254 glOrthofOES = (glOrthofOES_server_proc_t) getProc("glOrthofOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4997 this->glOrthofOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 739 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 221 void glOrthofOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 249 GL_ENTRY(void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 407 GL_API void GL_APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 852 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 223 …X(void, glOrthofOES, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLf…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5349 GLAPI void APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|