Searched refs:glDrawArraysIndirect (Results 1 – 22 of 22) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawArraysIndirect.java | 3 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() method
|
D | glDrawArraysIndirect.nativeReg | 1 {"glDrawArraysIndirect", "(IJ)V", (void *) android_glDrawArraysIndirect },
|
D | glDrawArraysIndirect.cpp | 10 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect()
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 103 glDrawArraysIndirect; # introduced=21
|
D | entries.in | 192 GL_ENTRY(void, glDrawArraysIndirect, GLenum mode, const void *indirect)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 3 void glDrawArraysIndirect ( GLenum mode, const void *indirect )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 223 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() method in GLES31
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect); 1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawArraysIndirect); in init_stub_library()
|
D | stubs_arm64.cc | 178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect); 1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawArraysIndirect); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect); 1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawArraysIndirect); in init_stub_library()
|
D | stubs_arm.cc | 178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect); 1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawArraysIndirect); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 196 #define glDrawArraysIndirect wrap_glDrawArraysIndirect macro
|
D | gles_undefine.h | 196 #undef glDrawArraysIndirect
|
D | gles_stubs.in | 745 void API_ENTRY(glDrawArraysIndirect)(GLenum mode, const void *indirect) { 746 CALL_GL_API(glDrawArraysIndirect, mode, indirect);
|
D | gles_decls.in | 249 GL_ENTRY(void, glDrawArraysIndirect, GLenum mode, const void *indirect)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 745 void API_ENTRY(glDrawArraysIndirect)(GLenum mode, const void *indirect) { 746 CALL_GL_API(glDrawArraysIndirect, mode, indirect);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1455 GL_APICALL void GL_APIENTRY glDrawArraysIndirect (GLenum mode, const void *indirect);
|
D | gl32.h | 1455 GL_APICALL void GL_APIENTRY glDrawArraysIndirect (GLenum mode, const void *indirect);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 454 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20653 method public static void glDrawArraysIndirect(int, long);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33332 method public static void glDrawArraysIndirect(int, long);
|
/frameworks/base/api/ |
D | current.txt | 33476 method public static void glDrawArraysIndirect(int, long);
|