Home | History | Annotate | Download | only in opengl

Lines Matching defs:glDrawArrays

255     public void glDrawArrays(int mode, int first, int count) {
257 mgl.glDrawArrays(mode, first, count);