Home | History | Annotate | Download | only in opengl

Lines Matching refs:glDrawElementsIndirect

218     // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
220 public static native void glDrawElementsIndirect(int mode, int type, long indirect);