Home
last modified time | relevance | path

Searched refs:glDrawElementsIndirect (Results 1 – 16 of 16) 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/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/
Dwrap_gles.h213 #define glDrawElementsIndirect wrap_glDrawElementsIndirect macro
Dunwrap_gles.h213 #undef glDrawElementsIndirect
/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.cpp488 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
/frameworks/native/opengl/libs/
Dentries.in194 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20654 method public static void glDrawElementsIndirect(int, int, long);
/frameworks/base/api/
Dcurrent.txt27166 method public static void glDrawElementsIndirect(int, int, long);
Dsystem-current.txt29606 method public static void glDrawElementsIndirect(int, int, long);
Dtest-current.txt27235 method public static void glDrawElementsIndirect(int, int, long);