Searched refs:glFrustumx (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 96 {"glFrustumx", (void *)glFrustumx},
|
D | gles_dispatch.h | 99 glFrustumx_t glFrustumx; member 371 …glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; re… in set_glFrustumx()
|
D | gles.cpp | 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 86 {"glFrustumx", (void*)glFrustumx},
|
D | gl_client_context.h | 88 glFrustumx_client_proc_t glFrustumx; member
|
D | gl_client_context.cpp | 88 glFrustumx = (glFrustumx_client_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 84 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 764 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
|
D | gl_enc.cpp | 8246 this->glFrustumx = &glFrustumx_enc; in gl_encoder_context_t()
|