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

  /external/skia/src/gpu/mesa/
SkMesaGLContext.cpp 47 OSMesaDestroyContext((OSMesaContext)fContext);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 66 void (*OSMesaDestroyContext)( OSMesaContext ctx );
SDL_atarigl.c 106 if (this->gl_data->OSMesaDestroyContext) {
107 this->gl_data->OSMesaDestroyContext(gl_ctx);
192 this->gl_data->OSMesaDestroyContext = SDL_LoadFunction(handle, "OSMesaDestroyContext");
204 (this->gl_data->OSMesaDestroyContext == NULL) ||
376 this->gl_data->OSMesaDestroyContext = OSMesaDestroyContext;

Completed in 35 milliseconds