/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 97 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10); in onSurfaceChanged()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLU.java | 117 gl.glFrustumf(left, right, bottom, top, zNear, zFar); in gluPerspective()
|
H A D | GLES10.java | 617 public static native void glFrustumf( in glFrustumf() method in GLES10
|
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 496 void glFrustumf( in glFrustumf() method
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 434 public native void glFrustumf( in glFrustumf() method in GLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 1232 glFrustumf( in android_glFrustumf__FFFFFF()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 1072 glFrustumf( in android_glFrustumf__FFFFFF()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29764 method public static void glFrustumf(float, float, float, float, float, float); 61032 method public void glFrustumf(float, float, float, float, float, float);
|