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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 752 if ( flags & (SDL_OPENGL | SDL_OPENGLBLIT) ) {
787 if ( (flags & SDL_OPENGLBLIT) == SDL_OPENGLBLIT ) {
838 SDL_VideoSurface->flags = mode->flags | SDL_OPENGLBLIT;
1021 if ( (screen->flags & (SDL_OPENGL | SDL_OPENGLBLIT)) == SDL_OPENGL ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 127 #define SDL_OPENGLBLIT 0x0000000A /* Create an OpenGL rendering context and use it for blitting */
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 127 #define SDL_OPENGLBLIT 0x0000000A /* Create an OpenGL rendering context and use it for blitting */
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 127 #define SDL_OPENGLBLIT 0x0000000A /* Create an OpenGL rendering context and use it for blitting */
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 139 #define SDL_OPENGLBLIT 0x0000000A /* Create an OpenGL rendering context and use it for blitting */
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 127 #define SDL_OPENGLBLIT 0x0000000A /* Create an OpenGL rendering context and use it for blitting */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 601 screen->flags &= ~(SDL_OPENGL|SDL_OPENGLBLIT);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 711 screen->flags &= ~(SDL_OPENGL|SDL_OPENGLBLIT);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]

Completed in 45 milliseconds