Home
last modified time | relevance | path

Searched refs:glUnmapBufferOES_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h236 glUnmapBufferOES_t glUnmapBufferOES;
508glUnmapBufferOES_t set_glUnmapBufferOES(glUnmapBufferOES_t f) { glUnmapBufferOES_t retval = glUnma… in set_glUnmapBufferOES()
Dgles_proc.h236 typedef GLboolean (* glUnmapBufferOES_t) (GLenum); typedef
Dgles_dispatch.cpp238 … ptr = dlsym(gles_android,"glUnmapBufferOES"); disp->set_glUnmapBufferOES((glUnmapBufferOES_t)ptr); in create_gles_dispatch()