Searched refs:glOrthoxOES (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 204 {"glOrthoxOES", (void *)glOrthoxOES},
|
D | gles_dispatch.h | 207 glOrthoxOES_t glOrthoxOES; member 479 …OES_t set_glOrthoxOES(glOrthoxOES_t f) { glOrthoxOES_t retval = glOrthoxOES; glOrthoxOES = f; retu… in set_glOrthoxOES()
|
D | gles.cpp | 976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES() function 978 getDispatch()->glOrthoxOES(left, right, bottom, top, zNear, zFar); in glOrthoxOES()
|
/device/generic/goldfish-opengl/system/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 | 8575 this->glOrthoxOES = &glOrthoxOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 358 glOrthoxOES = glOrthox; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
|