Home
last modified time | relevance | path

Searched refs:glDrawArraysIndirect (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDrawArraysIndirect.java3 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() method
DglDrawArraysIndirect.nativeReg1 {"glDrawArraysIndirect", "(IJ)V", (void *) android_glDrawArraysIndirect },
DglDrawArraysIndirect.cpp10 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt103 glDrawArraysIndirect; # introduced=21
Dentries.in192 GL_ENTRY(void, glDrawArraysIndirect, GLenum mode, const void *indirect)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec3 void glDrawArraysIndirect ( GLenum mode, const void *indirect )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java223 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() method in GLES31
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect);
1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawArraysIndirect); in init_stub_library()
Dstubs_arm64.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect);
1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawArraysIndirect); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect);
1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawArraysIndirect); in init_stub_library()
Dstubs_arm.cc178 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawArraysIndirect);
1026 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawArraysIndirect); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h196 #define glDrawArraysIndirect wrap_glDrawArraysIndirect macro
Dgles_undefine.h196 #undef glDrawArraysIndirect
Dgles_stubs.in745 void API_ENTRY(glDrawArraysIndirect)(GLenum mode, const void *indirect) {
746 CALL_GL_API(glDrawArraysIndirect, mode, indirect);
Dgles_decls.in249 GL_ENTRY(void, glDrawArraysIndirect, GLenum mode, const void *indirect)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in745 void API_ENTRY(glDrawArraysIndirect)(GLenum mode, const void *indirect) {
746 CALL_GL_API(glDrawArraysIndirect, mode, indirect);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1455 GL_APICALL void GL_APIENTRY glDrawArraysIndirect (GLenum mode, const void *indirect);
Dgl32.h1455 GL_APICALL void GL_APIENTRY glDrawArraysIndirect (GLenum mode, const void *indirect);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp454 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20653 method public static void glDrawArraysIndirect(int, long);
/frameworks/base/non-updatable-api/
Dcurrent.txt33332 method public static void glDrawArraysIndirect(int, long);
/frameworks/base/api/
Dcurrent.txt33476 method public static void glDrawArraysIndirect(int, long);