Searched refs:glOrthofOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 242 {"glOrthofOES", (void *)glOrthofOES},
|
D | gles_dispatch.h | 245 glOrthofOES_t glOrthofOES; member 517 …OES_t set_glOrthofOES(glOrthofOES_t f) { glOrthofOES_t retval = glOrthofOES; glOrthofOES = f; retu… in set_glOrthofOES()
|
D | gles.cpp | 1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES() function 1168 getDispatch()->glOrthofOES(left, right, bottom, top, zNear, zFar); in glOrthofOES()
|
/device/generic/goldfish/opengl/system/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 | 250 …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 | 8412 this->glOrthofOES = &glOrthofOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 52 API_ENTRY(glOrthofOES,
|