Home
last modified time | relevance | path

Searched refs:glOrthofOES (Results 1 – 9 of 9) 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.h254 glOrthofOES_client_proc_t glOrthofOES; member
Dgl_client_context.cpp254 glOrthofOES = (glOrthofOES_client_proc_t) getProc("glOrthofOES", userData); in initDispatchByName()
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()
Dgl_enc.cpp8412 this->glOrthofOES = &glOrthofOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in52 API_ENTRY(glOrthofOES,