/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsIndirect.java | 3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method
|
D | glDrawElementsIndirect.nativeReg | 1 {"glDrawElementsIndirect", "(IIJ)V", (void *) android_glDrawElementsIndirect },
|
D | glDrawElementsIndirect.cpp | 10 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 108 glDrawElementsIndirect; # introduced=21
|
D | entries.in | 206 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method in GLES31
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
|
D | stubs_riscv64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
|
D | stubs_arm64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv2/ |
D | stubs_arm.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
|
D | stubs_arm64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
|
D | stubs_riscv64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) { 749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
|
D | gl32.h | 1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 467 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20654 method public static void glDrawElementsIndirect(int, int, long);
|
/frameworks/base/core/api/ |
D | current.txt | 31587 method public static void glDrawElementsIndirect(int, int, long);
|