Home
last modified time | relevance | path

Searched refs:glOrthofOES (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h242 {"glOrthofOES", (void *)glOrthofOES},
Dgles_dispatch.h245 glOrthofOES_t glOrthofOES; member
517 …OES_t set_glOrthofOES(glOrthofOES_t f) { glOrthofOES_t retval = glOrthofOES; glOrthofOES = f; retu… in set_glOrthofOES()
Dgles.cpp1166 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/
Dgl_ftable.h234 {"glOrthofOES", (void*)glOrthofOES},
Dgl_client_context.h252 glOrthofOES_client_proc_t glOrthofOES; member
544 …OrthofOES_client_proc_t f) { glOrthofOES_client_proc_t retval = glOrthofOES; glOrthofOES = f; retu… in set_glOrthofOES()
Dgl_entry.cpp250 …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/
DClientAPIExts.in52 API_ENTRY(glOrthofOES,