Home
last modified time | relevance | path

Searched refs:glFrustumxOES (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h186 {"glFrustumxOES", (void *)glFrustumxOES},
Dgles_dispatch.h189 glFrustumxOES_t glFrustumxOES; member
461 …t_glFrustumxOES(glFrustumxOES_t f) { glFrustumxOES_t retval = glFrustumxOES; glFrustumxOES = f; re… in set_glFrustumxOES()
Dgles.cpp886 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/
Dgl_ftable.h177 {"glFrustumxOES", (void*)glFrustumxOES},
Dgl_client_context.h197 glFrustumxOES_client_proc_t glFrustumxOES; member
Dgl_client_context.cpp197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData); in initDispatchByName()
Dgl_entry.cpp192 …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()
Dgl_enc.cpp8556 this->glFrustumxOES = &glFrustumxOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp338 glFrustumxOES = glFrustumx; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in192 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…