Home
last modified time | relevance | path

Searched refs:glDrawElementsIndirect (Results 1 – 18 of 18) 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/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.cpp500 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/config/
Dhiddenapi-public-dex.txt29537 Landroid/opengl/GLES31;->glDrawElementsIndirect(IIJ)V
/frameworks/base/api/
Dcurrent.txt31083 method public static void glDrawElementsIndirect(int, int, long);