Searched refs:glFrustumx (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 505 void glFrustumx( in glFrustumx() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 628 public static native void glFrustumx( in glFrustumx() method in GLES10
|
H A D | GLErrorWrapper.java | 340 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in GLErrorWrapper 343 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
|
H A D | GLLogWrapper.java | 1681 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in GLLogWrapper 1692 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 445 public native void glFrustumx( in glFrustumx() method in GLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 1246 glFrustumx( in android_glFrustumx__IIIIII()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 1086 glFrustumx( in android_glFrustumx__IIIIII()
|
/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 | 29765 method public static void glFrustumx(int, int, int, int, int, int); 61033 method public void glFrustumx(int, int, int, int, int, int);
|