Searched defs:glFrustumf (Results 1 - 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
H A D | MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, method in class:MatrixStack 49 glFrustumf(fixedToFloat(left),fixedToFloat(right),
|
H A D | MatrixTrackingGL.java | 260 public void glFrustumf(float left, float right, float bottom, float top, method in class:MatrixTrackingGL 262 mCurrent.glFrustumf(left, right, bottom, top, near, far); 263 mgl.glFrustumf(left, right, bottom, top, near, far);
|
Completed in 36 milliseconds