Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glBindBufferBase

232 	void glBindBufferBase(GLenum target, GLuint index, GLuint buffer);
1792 void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
1795 ctx->glBindBufferBase(ctx, target, index, buffer);