Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glDrawArrays

48 	void glDrawArrays(GLenum mode, GLint first, GLsizei count);
673 void glDrawArrays(GLenum mode, GLint first, GLsizei count)
676 ctx->glDrawArrays(ctx, mode, first, count);