HomeSort by relevance Sort by last modified time
    Searched refs:glUnmapBufferOES_client_proc_t (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 158 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
    [all...]
gl2_client_context.cpp 162 ptr = getProc("glUnmapBufferOES", userData); set_glUnmapBufferOES((glUnmapBufferOES_client_proc_t)ptr);
gl2_client_proc.h 159 typedef GLboolean (gl2_APIENTRY *glUnmapBufferOES_client_proc_t) (void * ctx, GLenum);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 243 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
    [all...]
gl_client_context.cpp 247 ptr = getProc("glUnmapBufferOES", userData); set_glUnmapBufferOES((glUnmapBufferOES_client_proc_t)ptr);
gl_client_proc.h 244 typedef GLboolean (gl_APIENTRY *glUnmapBufferOES_client_proc_t) (void * ctx, GLenum);

Completed in 31 milliseconds