Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDrawElementsIndirect.java3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method
DglDrawElementsIndirect.nativeReg1 {"glDrawElementsIndirect", "(IIJ)V", (void *) android_glDrawElementsIndirect },
DglDrawElementsIndirect.cpp10 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt108 glDrawElementsIndirect; # introduced=21
Dentries.in206 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method in GLES31
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h210 #define glDrawElementsIndirect wrap_glDrawElementsIndirect macro
Dgles_undefine.h210 #undef glDrawElementsIndirect
Dgles_stubs.in748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) {
749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
Dgles_decls.in250 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) {
749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
Dgl32.h1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp466 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20654 method public static void glDrawElementsIndirect(int, int, long);
/frameworks/base/non-updatable-api/
Dcurrent.txt33333 method public static void glDrawElementsIndirect(int, int, long);
/frameworks/base/api/
Dcurrent.txt33477 method public static void glDrawElementsIndirect(int, int, long);