Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glMapBufferOES

155 	void* glMapBufferOES(GLenum target, GLenum access);
1110 void* glMapBufferOES(GLenum target, GLenum access)
1113 return ctx->glMapBufferOES(ctx, target, access);