Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glMapBufferOES

154 	void* glMapBufferOES(GLenum target, GLenum access);
1318 void* glMapBufferOES(GLenum target, GLenum access)
1321 return ctx->glMapBufferOES(ctx, target, access);