Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h99 glFrustumx_t glFrustumx; member
DGLDispatch.cpp116 s_gl.glFrustumx = (glFrustumx_t) s_gles_lib->findSymbol("glFrustumx"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java164 glFrustumx(133, 133), enumConstant
761 case 133: return glFrustumx; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in183 void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp668 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx() function