Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h204 {"glOrthoxOES", (void *)glOrthoxOES},
Dgles_dispatch.h207 glOrthoxOES_t glOrthoxOES; member
479 …OES_t set_glOrthoxOES(glOrthoxOES_t f) { glOrthoxOES_t retval = glOrthoxOES; glOrthoxOES = f; retu… in set_glOrthoxOES()
Dgles.cpp976 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/
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.cpp8575 this->glOrthoxOES = &glOrthoxOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp358 glOrthoxOES = glOrthox; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…