Home
last modified time | relevance | path

Searched refs:glFrustumx (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h96 {"glFrustumx", (void *)glFrustumx},
Dgles_dispatch.h99 glFrustumx_t glFrustumx; member
371 …glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; re… in set_glFrustumx()
Dgles.cpp436 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/
Dgl_ftable.h86 {"glFrustumx", (void*)glFrustumx},
Dgl_client_context.h88 glFrustumx_client_proc_t glFrustumx; member
Dgl_client_context.cpp88 glFrustumx = (glFrustumx_client_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
Dgl_entry.cpp83 …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()
Dgl_enc.cpp8361 this->glFrustumx = &glFrustumx_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…