Searched refs:glDrawElementsIndirect (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsIndirect.java | 3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method
|
D | glDrawElementsIndirect.nativeReg | 1 {"glDrawElementsIndirect", "(IIJ)V", (void *) android_glDrawElementsIndirect },
|
D | glDrawElementsIndirect.cpp | 10 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method in GLES31
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 213 #define glDrawElementsIndirect wrap_glDrawElementsIndirect macro
|
D | unwrap_gles.h | 213 #undef glDrawElementsIndirect
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) { 749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
|
D | gl32.h | 1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 488 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 194 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20654 method public static void glDrawElementsIndirect(int, int, long);
|
/frameworks/base/api/ |
D | current.txt | 27166 method public static void glDrawElementsIndirect(int, int, long);
|
D | system-current.txt | 29606 method public static void glDrawElementsIndirect(int, int, long);
|
D | test-current.txt | 27235 method public static void glDrawElementsIndirect(int, int, long);
|