Searched refs:glFrustumxOES (Results 1 – 8 of 8) 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 | 195 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 | 193 …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 | 5081 this->glFrustumxOES = &glFrustumxOES_enc; in gl_encoder_context_t()
|