Searched refs:glFrustumxOES (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h177 {"glFrustumxOES", (void*)glFrustumxOES},
H A Dgl_client_context.h197 glFrustumxOES_client_proc_t glFrustumxOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData);
H A Dgl_entry.cpp192 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1415 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) function
1418 ctx->glFrustumxOES(ctx, left, right, bottom, top, zNear, zFar);
H A Dgl_enc.cpp8470 this->glFrustumxOES = &glFrustumxOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h186 {"glFrustumxOES", (void *)glFrustumxOES},
H A Dgles_dispatch.h189 glFrustumxOES_t glFrustumxOES; member in struct:gles_dispatch
461 glFrustumxOES_t set_glFrustumxOES(glFrustumxOES_t f) { glFrustumxOES_t retval = glFrustumxOES; glFrustumxOES = f; return retval;}
H A Dgles.cpp886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) function
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);

Completed in 71 milliseconds