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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 177 this->hidden->libraryHandle = SDL_LoadObject(location);
180 return (this->hidden->libraryHandle != NULL) ? 0 : -1;
185 SDL_UnloadObject(this->hidden->libraryHandle);
187 this->hidden->libraryHandle = NULL;
193 return SDL_LoadFunction( this->hidden->libraryHandle, proc );
SDL_lowvideo.h 85 void *libraryHandle;

Completed in 25 milliseconds