Searched defs:glFrustumx (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dimportgl.h90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar));
142 #define glFrustumx FNPTR(glFrustumx) macro
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java47 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:MatrixStack
H A DMatrixTrackingGL.java267 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:MatrixTrackingGL
269 mCurrent.glFrustumx(left, right, bottom, top, near, far);
270 mgl.glFrustumx(left, right, bottom, top, near, far);

Completed in 129 milliseconds