Searched defs:glOrthofOES (Results 1 - 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_client_context.h | 254 glOrthofOES_client_proc_t glOrthofOES; member in struct:gl_client_context_t
|
H A D | gl_entry.cpp | 249 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 D | gles.cpp | 1166 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 D | gles_dispatch.h | 245 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 21 milliseconds