/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/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_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/libGLESv2/ |
D | stubs_arm64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
|
D | stubs_arm.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect); 1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 210 #define glDrawElementsIndirect wrap_glDrawElementsIndirect macro
|
D | gles_undefine.h | 210 #undef glDrawElementsIndirect
|
D | gles_stubs.in | 748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) { 749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
|
D | gles_decls.in | 250 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
|
/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 | 466 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20654 method public static void glDrawElementsIndirect(int, int, long);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33333 method public static void glDrawElementsIndirect(int, int, long);
|
/frameworks/base/api/ |
D | current.txt | 33477 method public static void glDrawElementsIndirect(int, int, long);
|