Searched refs:glOrthofOES (Results 1 – 7 of 7) 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 | 252 glOrthofOES_client_proc_t glOrthofOES; member 544 …OrthofOES_client_proc_t f) { glOrthofOES_client_proc_t retval = glOrthofOES; glOrthofOES = f; retu… in set_glOrthofOES()
|
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()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 52 API_ENTRY(glOrthofOES,
|