Searched refs:glFrustumx (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 99 glFrustumx_t glFrustumx; member
|
D | GLDispatch.cpp | 116 s_gl.glFrustumx = (glFrustumx_t) s_gles_lib->findSymbol("glFrustumx"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 76 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/ |
D | GLProtoBuf.java | 164 glFrustumx(133, 133), enumConstant 761 case 133: return glFrustumx; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 183 void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 668 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx() function
|