Home
last modified time | relevance | path

Searched refs:glDrawElements (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java94 gl.glDrawElements(GL10.GL_TRIANGLES, 36, GL10.GL_UNSIGNED_BYTE, mIndexBuffer); in draw()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DRenderPatchOpenGLTest.java177 GLES20.glDrawElements( in draw()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java213 void glDrawElements( in glDrawElements() method
H A DGL10.java439 void glDrawElements( in glDrawElements() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java244 public static native void glDrawElements( in glDrawElements() method in GLES11
H A DGLES20.java681 public static native void glDrawElements( in glDrawElements() method in GLES20
690 public static native void glDrawElements( in glDrawElements() method in GLES20
H A DGLErrorWrapper.java261 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 DGLES10.java536 public static native void glDrawElements( in glDrawElements() method in GLES10
H A DGLLogWrapper.java1529 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 DGLImpl.java353 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 DGLES20Canvas.java745 GLES20.glDrawElements(GLES20.GL_TRIANGLE_STRIP, indexCount, GLES20.GL_UNSIGNED_BYTE, 0); in drawMesh()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1333 glDrawElements( in android_glDrawElements__IIII()
1373 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2()
H A Dandroid_opengl_GLES10.cpp923 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2()
H A Dandroid_opengl_GLES11.cpp802 glDrawElements( in android_glDrawElements__IIII()
H A Dcom_google_android_gles_jni_GLImpl.cpp707 glDrawElements( in android_glDrawElements__IIILjava_nio_Buffer_2()
4662 glDrawElements( in android_glDrawElements__IIII()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29752 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);