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

  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 231 int mode, total_modes; local
268 total_modes = 0;
272 ++total_modes;
276 if ( SVGA_AddMode(this, G320x200x256, 0) ) ++total_modes;
277 if ( total_modes == 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 233 int total_modes; local
273 total_modes = 0;
280 total_modes++;
283 if (total_modes == 0) {

Completed in 35 milliseconds