Home
last modified time | relevance | path

Searched defs:GapiInfo (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.h119 struct GapiInfo { struct
122 int coordinateTransform;
123 char hiresFix; /* using hires mode without defining hires resource */
124 int invert; //TODO this is only written but never read, so it should be removed
127 int SDL_nummodes[NUM_MODELISTS];
128 SDL_Rect **SDL_modelist[NUM_MODELISTS];
133 SDL_ScreenOrientation userOrientation;
134 SDL_ScreenOrientation systemOrientation;
136 int useGXOpenDisplay; /* use GXOpenDispplay */
137 int alreadyGXOpened;
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_gapidibvideo.h35 typedef struct GapiInfo GapiInfo; typedef