Searched defs:glOrthofOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h254 glOrthofOES_client_proc_t glOrthofOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp249 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1761 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) function
1764 ctx->glOrthofOES(ctx, left, right, bottom, top, zNear, zFar);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) function
1168 getDispatch()->glOrthofOES(left, right, bottom, top, zNear, zFar);
H A Dgles_dispatch.h245 glOrthofOES_t glOrthofOES; member in struct:gles_dispatch
517 glOrthofOES_t set_glOrthofOES(glOrthofOES_t f) { glOrthofOES_t retval = glOrthofOES; glOrthofOES = f; return retval;}

Completed in 19 milliseconds