Home
last modified time | relevance | path

Searched refs:glFrustumf (Results 1 – 21 of 21) sorted by relevance

/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLRenderer.java87 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); // apply the projection matrix in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() method in MatrixStack
49 glFrustumf(fixedToFloat(left),fixedToFloat(right), in glFrustumx()
DMatrixTrackingGL.java260 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() method in MatrixTrackingGL
262 mCurrent.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
263 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
DSpriteTextRenderer.java255 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeRenderer.java78 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
DFrameBufferObjectActivity.java103 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); in drawOnscreen()
141 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in drawOffscreenImage()
DTouchRotateActivity.java148 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
DStaticTriangleRenderer.java179 glFrustumf(-ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
DTriangleRenderer.java166 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
DMatrixPaletteRenderer.java380 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
DCubeMapActivity.java113 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKubeRenderer.java88 gl.glFrustumf(-ratio, ratio, -1, 1, 2, 12); in onSurfaceChanged()
/development/ndk/platforms/android-L/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt80 glFrustumf
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt80 glFrustumf
/development/ndk/platforms/android-L/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt80 glFrustumf
/development/ndk/platforms/android-L/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt80 glFrustumf
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt103 glFrustumf
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt103 glFrustumf
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java146 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
/development/samples/Compass/src/com/example/android/compass/
DCompassActivity.java138 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
/development/ndk/platforms/android-4/include/GLES/
Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…