Searched refs:glFrustumxOES (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 186 {"glFrustumxOES", (void *)glFrustumxOES},
|
D | gles_dispatch.h | 189 glFrustumxOES_t glFrustumxOES; member 461 …t_glFrustumxOES(glFrustumxOES_t f) { glFrustumxOES_t retval = glFrustumxOES; glFrustumxOES = f; re… in set_glFrustumxOES()
|
D | gles.cpp | 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() function 888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 177 {"glFrustumxOES", (void*)glFrustumxOES},
|
D | gl_client_context.h | 197 glFrustumxOES_client_proc_t glFrustumxOES; member
|
D | gl_client_context.cpp | 197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 1417 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() function 1420 ctx->glFrustumxOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumxOES()
|
D | gl_enc.cpp | 8556 this->glFrustumxOES = &glFrustumxOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 338 glFrustumxOES = glFrustumx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 192 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
|