Searched refs:glOrthof (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 46 {"glOrthof", (void *)glOrthof},
|
D | gles_dispatch.h | 49 glOrthof_t glOrthof; member 321 …glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;} in set_glOrthof()
|
D | gles.cpp | 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() function 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 37 {"glOrthof", (void*)glOrthof},
|
D | gl_client_context.h | 39 glOrthof_client_proc_t glOrthof; member
|
D | gl_client_context.cpp | 39 glOrthof = (glOrthof_client_proc_t) getProc("glOrthof", userData); in initDispatchByName()
|
D | gl_entry.cpp | 35 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa… 465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() function 468 ctx->glOrthof(ctx, left, right, bottom, top, zNear, zFar); in glOrthof()
|
D | gl_enc.cpp | 8197 this->glOrthof = &glOrthof_enc; in gl_encoder_context_t()
|