/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 97 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 103 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 117 gl.glFrustumf(left, right, bottom, top, zNear, zFar); in gluPerspective()
|
D | GLES10.java | 617 public static native void glFrustumf( in glFrustumf() method in GLES10
|
D | GLErrorWrapper.java | 333 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()
|
D | GLLogWrapper.java | 1666 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/ |
D | ClearActivity.java | 86 gl.glFrustumf(fl, fr, fb, ft, 1.0f, 2000.0f); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 103 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 188 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 105 glFrustumf;
|
D | entries_gles1.in | 108 GL_ENTRY(void, glFrustumf, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumf); 402 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumf); in init_stub_library()
|
D | stubs_arm.cc | 122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumf); 402 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumf); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 299 glFrustumf(-ratio, ratio, -1, 1, 1, 10); in init_scene()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 496 void glFrustumf( in glFrustumf() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 25 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/ |
D | gl.h | 512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 434 public native void glFrustumf( in glFrustumf() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 413 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat …
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 292 #define glFrustumf wrap_glFrustumf macro
|
D | gles_undefine.h | 291 #undef glFrustumf
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 983 void glFrustumf( in glFrustumf() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1232 glFrustumf( in android_glFrustumf__FFFFFF()
|