Searched refs:GL_LoadLibrary (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h171 int (*GL_LoadLibrary)(_THIS, const char *path); member in struct:SDL_VideoDevice
H A DSDL_video.c1419 if ( video->GL_LoadLibrary ) {
1420 retval = video->GL_LoadLibrary(this, path);
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c114 device->GL_LoadLibrary = DC_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c124 device -> GL_LoadLibrary = NULL ;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc127 device->GL_LoadLibrary = BE_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c168 device->GL_LoadLibrary = Mac_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c131 device->GL_LoadLibrary = ph_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c186 device->GL_LoadLibrary = SDL_AtariGL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c307 device->GL_LoadLibrary = Mac_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c240 device->GL_LoadLibrary = SDL_AtariGL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c202 device->GL_LoadLibrary = WIN_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c159 device->GL_LoadLibrary = X11_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m210 device->GL_LoadLibrary = QZ_GL_LoadLibrary;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c620 device->GL_LoadLibrary = WIN_GL_LoadLibrary;

Completed in 148 milliseconds