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.15/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.15/src/video/vgl/
SDL_vglvideo.c 232 int total_modes; local
272 total_modes = 0;
279 total_modes++;
282 if (total_modes == 0) {

Completed in 201 milliseconds