Searched refs:glOrthoxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 196 {"glOrthoxOES", (void*)glOrthoxOES},
|
D | gl_client_context.h | 216 glOrthoxOES_client_proc_t glOrthoxOES; member
|
D | gl_client_context.cpp | 216 glOrthoxOES = (glOrthoxOES_client_proc_t) getProc("glOrthoxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES() function 1534 ctx->glOrthoxOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthoxOES()
|
D | gl_enc.cpp | 9133 this->glOrthoxOES = &glOrthoxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 220 glOrthoxOES_server_proc_t glOrthoxOES; member
|
D | gles1_server_context.cpp | 216 glOrthoxOES = (glOrthoxOES_server_proc_t) getProc("glOrthoxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4206 this->glOrthoxOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 223 void glOrthoxOES( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 219 GL_API void GL_APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 697 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 225 …X(void, glOrthoxOES, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLf…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5239 GLAPI void APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|