Searched refs:glFrustumx (Results 1 – 9 of 9) 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 | 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 759 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 762 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
|
D | gl_enc.cpp | 8361 this->glFrustumx = &glFrustumx_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|