Home
last modified time | relevance | path

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

12

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java97 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java103 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
/frameworks/base/opengl/java/android/opengl/
DGLU.java117 gl.glFrustumf(left, right, bottom, top, zNear, zFar); in gluPerspective()
DGLES10.java617 public static native void glFrustumf( in glFrustumf() method in GLES10
DGLErrorWrapper.java333 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() method in GLErrorWrapper
336 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
DGLLogWrapper.java1666 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() method in GLLogWrapper
1677 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java86 gl.glFrustumf(fl, fr, fb, ft, 1.0f, 2000.0f); in onSurfaceChanged()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp103 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp188 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt105 glFrustumf;
Dentries_gles1.in108 GL_ENTRY(void, glFrustumf, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
Dentries.in299 GL_ENTRY(void, glFrustumf, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm.cc122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumf);
402 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumf); in init_stub_library()
Dstubs_arm64.cc122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumf);
402 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumf); in init_stub_library()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp299 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java496 void glFrustumf( in glFrustumf() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.040 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in25 void API_ENTRY(glFrustumf)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) {
26 CALL_GL_API(glFrustumf, l, r, b, t, n, f);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java434 public native void glFrustumf( in glFrustumf() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h413 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat …
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1232 glFrustumf( in android_glFrustumf__FFFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp1072 glFrustumf( in android_glFrustumf__FFFFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18925 method public static void glFrustumf(float, float, float, float, float, float);
51847 method public abstract void glFrustumf(float, float, float, float, float, float);

12