OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_XBIOS_AddMode
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c
202
void
SDL_XBIOS_AddMode
(_THIS, Uint16 modecode, Uint16 width, Uint16 height,
286
SDL_XBIOS_AddMode
(this, ST_LOW>>8,320,200,4,SDL_FALSE);
315
SDL_XBIOS_AddMode
(this, TT_LOW,320,480,8,SDL_FALSE);
317
SDL_XBIOS_AddMode
(this, TT_LOW,320,240,8,SDL_TRUE);
355
SDL_XBIOS_AddMode
(this, BPS16|COL80|OVERSCAN|VERTFLAG,768,480,16,SDL_FALSE);
356
SDL_XBIOS_AddMode
(this, BPS16|COL80|OVERSCAN,768,240,16,SDL_FALSE);
357
SDL_XBIOS_AddMode
(this, BPS16|COL80|VERTFLAG,640,400,16,SDL_FALSE);
358
SDL_XBIOS_AddMode
(this, BPS16|COL80,640,200,16,SDL_FALSE);
359
SDL_XBIOS_AddMode
(this, BPS16|OVERSCAN|VERTFLAG,384,480,16,SDL_FALSE);
360
SDL_XBIOS_AddMode
(this, BPS16|OVERSCAN,384,240,16,SDL_FALSE)
[
all
...]
SDL_xbios_sb3.c
80
SDL_XBIOS_AddMode
(this,
SDL_xbios_blowup.c
60
SDL_XBIOS_AddMode
(this,
SDL_xbios.h
128
void
SDL_XBIOS_AddMode
(_THIS, Uint16 modecode, Uint16 width, Uint16 height,
SDL_xbios_centscreen.c
61
SDL_XBIOS_AddMode
(this, listedmode.mode, listedmode.physx,
Completed in 38 milliseconds