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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 47 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
216 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.12/src/video/dummy/
SDL_nullvideo.c 116 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/riscos/
SDL_riscosvideo.c 124 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 104 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 107 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 117 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 139 this->SetHWColorKey = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 118 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 116 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 112 device -> SetHWColorKey = NULL ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 113 this->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 137 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 294 device->SetHWColorKey = NULL;
595 this->SetHWColorKey = DSp_SetHWColorKey;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 119 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 155 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 106 device->SetHWColorKey = ph_SetHWColorKey;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 142 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 217 device->SetHWColorKey = CGX_SetHWColorKey;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 149 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 162 device->SetHWColorKey = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 287 device->SetHWColorKey = NULL;
    [all...]

Completed in 27 milliseconds

1 2