/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsInstanced.nativeReg | 1 {"glDrawElementsInstanced", "(IIILjava/nio/Buffer;I)V", (void *) android_glDrawElementsInstanced__I… 2 {"glDrawElementsInstanced", "(IIIII)V", (void *) android_glDrawElementsInstanced__IIIII },
|
D | glDrawElementsInstanced.java | 3 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method 13 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method
|
D | glDrawElementsInstanced.cpp | 15 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 31 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIIII()
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 109 glDrawElementsInstanced;
|
D | entries.in | 207 GL_ENTRY(void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const void *indice…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1383 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method in GLES30 1393 public static native void glDrawElementsInstanced( in glDrawElementsInstanced() method in GLES30
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 76 void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsi…
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced); 1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstanced); in init_stub_library()
|
D | stubs_arm64.cc | 193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced); 1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstanced); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm64.cc | 193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced); 1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstanced); in init_stub_library()
|
D | stubs_arm.cc | 193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstanced); 1041 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstanced); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 634 void API_ENTRY(glDrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const void *indice… 635 CALL_GL_API(glDrawElementsInstanced, mode, count, type, indices, instancecount);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1169 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl31.h | 1171 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
D | gl32.h | 1171 GL_APICALL void GL_APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4199 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 4215 glDrawElementsInstanced( in android_glDrawElementsInstanced__IIIII()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20209 method public static void glDrawElementsInstanced(int, int, int, java.nio.Buffer, int); 20210 method public static void glDrawElementsInstanced(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 34300 method public static void glDrawElementsInstanced(int, int, int, java.nio.Buffer, int); 34301 method public static void glDrawElementsInstanced(int, int, int, int, int);
|