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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.c 65 xbiosmode_t modeinfo; local
67 modeinfo.number = inf->devID;
68 modeinfo.width = inf->scrWidth;
69 modeinfo.height = inf->scrHeight;
70 modeinfo.depth = inf->scrPlanes;
71 modeinfo.flags = 0;
73 SDL_XBIOS_AddMode(enum_this, enum_actually_add, &modeinfo);
89 xbiosmode_t modeinfo; local
91 modeinfo.number = deviceid + j;
92 modeinfo.width = mode_list[i].width
    [all...]
SDL_xbios_sb3.c 69 xbiosmode_t modeinfo; local
76 modeinfo.number = -1;
77 modeinfo.width = scrinfo->virtual_width;
78 modeinfo.height = scrinfo->virtual_height;
79 modeinfo.depth = 1<<(SDL_XBIOS_scpn_planes_device[scrinfo->device]);
80 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
82 SDL_XBIOS_AddMode(this, actually_add, &modeinfo);
SDL_xbios_blowup.c 39 xbiosmode_t modeinfo; local
67 modeinfo.number = (num_mode == 3 ? BPS8 : BPS16);
68 modeinfo.width = blow_mode->width + 1;
69 modeinfo.height = blow_mode->height + 1;
70 modeinfo.depth = (num_mode == 3 ? 8 : 16);
71 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
73 SDL_XBIOS_AddMode(this, actually_add, &modeinfo);
SDL_xbios_centscreen.c 54 xbiosmode_t modeinfo; local
56 modeinfo.number = listedmode.mode;
57 modeinfo.width = listedmode.physx;
58 modeinfo.height = listedmode.physy;
59 modeinfo.depth = listedmode.plan;
60 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
62 SDL_XBIOS_AddMode(this, actually_add, &modeinfo);
SDL_xbios.c 261 void SDL_XBIOS_AddMode(_THIS, int actually_add, const xbiosmode_t *modeinfo)
265 switch(modeinfo->depth) {
286 while ( (SDL_modelist[i][j]->w > modeinfo->width) ||
287 (SDL_modelist[i][j]->h > modeinfo->height) ) {
291 if ( (SDL_modelist[i][j]->w == modeinfo->width) &&
292 (SDL_modelist[i][j]->h == modeinfo->height) ) {
298 SDL_modelist[i][j]->w = modeinfo->width;
299 SDL_modelist[i][j]->h = modeinfo->height;
300 SDL_memcpy(SDL_xbiosmode[i][j], modeinfo, sizeof(xbiosmode_t));
337 xbiosmode_t modeinfo; local
352 xbiosmode_t modeinfo; local
    [all...]
SDL_xbios.h 109 void SDL_XBIOS_AddMode(_THIS, int actually_add, const xbiosmode_t *modeinfo);
  /external/qemu/distrib/sdl-1.2.15/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...]
  /external/libvpx/libvpx/vp8/common/
loopfilter.h 72 struct modeinfo;
95 struct modeinfo *mode_info_context,
101 struct modeinfo *mode_info_context,
blockd.h 164 typedef struct modeinfo struct

Completed in 224 milliseconds