Searched refs:glUnmapBufferOES_t (Results 1 – 3 of 3) sorted by relevance
236 glUnmapBufferOES_t glUnmapBufferOES;508 …glUnmapBufferOES_t set_glUnmapBufferOES(glUnmapBufferOES_t f) { glUnmapBufferOES_t retval = glUnma… in set_glUnmapBufferOES()
236 typedef GLboolean (* glUnmapBufferOES_t) (GLenum); typedef
238 … ptr = dlsym(gles_android,"glUnmapBufferOES"); disp->set_glUnmapBufferOES((glUnmapBufferOES_t)ptr); in create_gles_dispatch()