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

  /external/quake/quake/src/WinQuake/
vid_ext.cpp 95 static modeinfo_t modeinfo; variable
337 if (modeinfo.width > 999)
339 if (modeinfo.height > 999)
341 sprintf (&names[nummodes][0], "%4dx%4d", modeinfo.width,
342 modeinfo.height);
347 sprintf (&names[nummodes][0], "%4dx%3d", modeinfo.width,
348 modeinfo.height);
354 if (modeinfo.height > 999)
356 sprintf (&names[nummodes][0], "%3dx%4d", modeinfo.width,
357 modeinfo.height);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 164 vga_modeinfo *modeinfo; local
166 modeinfo = vga_getmodeinfo(mode);
168 i = modeinfo->bytesperpixel-1;
180 while ( (SDL_modelist[i][j]->w > modeinfo->width) ||
181 (SDL_modelist[i][j]->h > modeinfo->height) ) {
185 if ( (SDL_modelist[i][j]->w == modeinfo->width) &&
186 (SDL_modelist[i][j]->h == modeinfo->height) ) {
192 SDL_modelist[i][j]->w = modeinfo->width;
193 SDL_modelist[i][j]->h = modeinfo->height;
215 vga_modeinfo *modeinfo; local
344 vga_modeinfo *modeinfo; local
    [all...]

Completed in 339 milliseconds