Home
last modified time | relevance | path

Searched refs:glFrustumxOES (Results 1 – 8 of 8) 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.h195 glFrustumxOES_client_proc_t glFrustumxOES; member
Dgl_client_context.cpp197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData); in initDispatchByName()
Dgl_entry.cpp193 …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.cpp5081 this->glFrustumxOES = &glFrustumxOES_enc; in gl_encoder_context_t()