Home
last modified time | relevance | path

Searched refs:glOrthoxOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h196 {"glOrthoxOES", (void*)glOrthoxOES},
Dgl_client_context.h216 glOrthoxOES_client_proc_t glOrthoxOES; member
Dgl_client_context.cpp216 glOrthoxOES = (glOrthoxOES_client_proc_t) getProc("glOrthoxOES", userData); in initDispatchByName()
Dgl_entry.cpp211 …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()
Dgl_enc.cpp9133 this->glOrthoxOES = &glOrthoxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h220 glOrthoxOES_server_proc_t glOrthoxOES; member
Dgles1_server_context.cpp216 glOrthoxOES = (glOrthoxOES_server_proc_t) getProc("glOrthoxOES", userData); in initDispatchByName()
Dgles1_dec.cpp4206 this->glOrthoxOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries223 void glOrthoxOES( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h219 GL_API void GL_APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h697 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h225 …X(void, glOrthoxOES, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLf…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5239 GLAPI void APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);