HomeSort by relevance Sort by last modified time
    Searched refs:SetHWColorKey (Results 1 - 25 of 34) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 47 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
214 this->SetHWColorKey = SetHWColorKey;
SDL_fbriva.c 61 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
214 this->SetHWColorKey = SetHWColorKey;
SDL_fbmatrox.c 52 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
268 this->SetHWColorKey = SetHWColorKey;
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 116 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 135 int (*SetHWColorKey)(_THIS, SDL_Surface *surface, Uint32 key);
SDL_surface.c 207 if ( (video->SetHWColorKey == NULL) ||
208 (video->SetHWColorKey(this, surface, key) < 0) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 113 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c 124 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 104 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 107 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 117 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 139 this->SetHWColorKey = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 138 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 118 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 116 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 112 device -> SetHWColorKey = NULL ;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 113 this->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 118 this->SetHWColorKey = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 137 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 201 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 294 device->SetHWColorKey = NULL;
595 this->SetHWColorKey = DSp_SetHWColorKey;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 118 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 155 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 106 device->SetHWColorKey = ph_SetHWColorKey;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 141 device->SetHWColorKey = NULL;

Completed in 546 milliseconds

1 2