Searched refs:glFrustumx (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 91 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… 143 #define glFrustumx FNPTR(glFrustumx) macro
|
D | importgl.c | 133 IMPORT_FUNC(glFrustumx); in importGLInit()
|
D | demo.c | 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in MatrixStack
|
D | MatrixTrackingGL.java | 267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in MatrixTrackingGL 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() 270 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|