Searched defs:glDrawElementsIndirect (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsIndirect.java1 // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); method
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java225 // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h210 #define glDrawElementsIndirect wrap_glDrawElementsIndirect macro
H A Dgles_undefine.h210 #undef glDrawElementsIndirect macro

Completed in 157 milliseconds