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

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 69 void * (*OSMesaGetProcAddress)( const char *funcName );
SDL_atarigl.c 195 this->gl_data->OSMesaGetProcAddress = SDL_LoadFunction(handle, "OSMesaGetProcAddress");
207 (this->gl_data->OSMesaGetProcAddress == NULL)) {
245 } else if (this->gl_data->OSMesaGetProcAddress) {
246 func = this->gl_data->OSMesaGetProcAddress(proc);
379 this->gl_data->OSMesaGetProcAddress = OSMesaGetProcAddress;

Completed in 176 milliseconds