/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | Cube.java | 94 gl.glDrawElements(GL10.GL_TRIANGLES, 36, GL10.GL_UNSIGNED_BYTE, mIndexBuffer); in draw()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | RenderPatchOpenGLTest.java | 177 GLES20.glDrawElements( in draw()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11.java | 213 void glDrawElements( in glDrawElements() method
|
H A D | GL10.java | 439 void glDrawElements( in glDrawElements() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11.java | 244 public static native void glDrawElements( in glDrawElements() method in GLES11
|
H A D | GLES20.java | 681 public static native void glDrawElements( in glDrawElements() method in GLES20 690 public static native void glDrawElements( in glDrawElements() method in GLES20
|
H A D | GLErrorWrapper.java | 261 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLErrorWrapper 263 mgl.glDrawElements(mode, count, type, indices); in glDrawElements() 1003 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLErrorWrapper 1005 mgl11.glDrawElements(mode, count, type, offset); in glDrawElements()
|
H A D | GLES10.java | 536 public static native void glDrawElements( in glDrawElements() method in GLES10
|
H A D | GLLogWrapper.java | 1529 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLLogWrapper 1543 mgl.glDrawElements(mode, count, type, indices); in glDrawElements() 3345 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLLogWrapper 3352 mgl11.glDrawElements(mode, count, type, offset); in glDrawElements()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 353 public native void glDrawElements( in glDrawElements() method in GLImpl 1259 public native void glDrawElements( in glDrawElements() method in GLImpl
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 745 GLES20.glDrawElements(GLES20.GL_TRIANGLE_STRIP, indexCount, GLES20.GL_UNSIGNED_BYTE, 0); in drawMesh()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES20.cpp | 1333 glDrawElements( in android_glDrawElements__IIII() 1373 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2()
|
H A D | android_opengl_GLES10.cpp | 923 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2()
|
H A D | android_opengl_GLES11.cpp | 802 glDrawElements( in android_glDrawElements__IIII()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 707 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2() 4662 glDrawElements( in android_glDrawElements__IIII()
|
/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 | 29752 method public static void glDrawElements(int, int, int, java.nio.Buffer); 30103 method public static void glDrawElements(int, int, int, int); 30563 method public static void glDrawElements(int, int, int, int); 30564 method public static void glDrawElements(int, int, int, java.nio.Buffer); 61020 method public void glDrawElements(int, int, int, java.nio.Buffer); 61369 method public void glDrawElements(int, int, int, int);
|