OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useVga
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
154
int
useVga
;
SDL_gapivideo.c
383
static void FillStructs(_THIS, BOOL
useVga
)
390
if( !
useVga
)
395
gapi->
useVga
= 0;
444
gapi->
useVga
= 1;
776
if( !gapi->
useVga
&& gapi->useGXOpenDisplay && !gapi->alreadyGXOpened )
790
if(gapi->
useVga
)
810
if( !gapi->
useVga
&& gapi->useGXOpenDisplay && gapi->needUpdate)
820
printf("use raw framebuffer: %d\n", gapi->
useVga
);
[
all
...]
Completed in 120 milliseconds