Home
last modified time | relevance | path

Searched refs:glUnmapBufferOES_client_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h245 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
Dgl_client_context.cpp245 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgl_client_proc.h244 typedef GLboolean (gl_APIENTRY *glUnmapBufferOES_client_proc_t) (void * ctx, GLenum); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h160 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
Dgl2_client_context.cpp160 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgl2_client_proc.h159 typedef GLboolean (gl2_APIENTRY *glUnmapBufferOES_client_proc_t) (void * ctx, GLenum); typedef