Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:glMapBufferOES

239 	void* glMapBufferOES(GLenum target, GLenum access);
1701 void* glMapBufferOES(GLenum target, GLenum access)
1704 return ctx->glMapBufferOES(ctx, target, access);