Home
last modified time | relevance | path

Searched refs:glDrawElementsInstanced (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.nativeReg1 {"glDrawElementsInstanced", "(IIILjava/nio/Buffer;I)V", (void *) android_glDrawElementsInstanced__I…
2 {"glDrawElementsInstanced", "(IIIII)V", (void *) android_glDrawElementsInstanced__IIIII },
H A DglDrawElementsInstanced.java3 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method
13 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method
H A DglDrawElementsInstanced.cpp15 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
31 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIIII()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1383 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method in GLES30
1393 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method in GLES30
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt109 glDrawElementsInstanced;
H A Dentries.in207 GL_ENTRY(void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const void *indice…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec76 void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsi…
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced);
1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstanced); in init_stub_library()
H A Dstubs_arm64.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced);
1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstanced); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced);
1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstanced); in init_stub_library()
H A Dstubs_arm64.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced);
1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstanced); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in634 void API_ENTRY(glDrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const void *indice…
635 CALL_GL_API(glDrawElementsInstanced, mode, count, type, indices, instancecount);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1169 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
H A Dgl31.h1171 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
H A Dgl32.h1171 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4199 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
4215 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIIII()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29261 method public static void glDrawElementsInstanced(int, int, int, java.nio.Buffer, int);
29262 method public static void glDrawElementsInstanced(int, int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20209 method public static void glDrawElementsInstanced(int, int, int, java.nio.Buffer, int);
20210 method public static void glDrawElementsInstanced(int, int, int, int, int);