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

  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.h 53 VGLMode *VGLCurMode;
61 #define VGLCurMode (this->hidden->VGLCurMode)
SDL_vglvideo.c 219 if (VGLCurMode == NULL) {
222 if (VGLCurMode->ModeInfo.PixelBytes > 0) {
223 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
224 VGLCurMode->ModeInfo.Xsize *
225 VGLCurMode->ModeInfo.Ysize;
260 if (VGLCurMode != NULL) {
261 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
262 this->info.current_h = VGLCurMode->ModeInfo.Ysize;
266 if (VGLCurMode != NULL)
267 vformat->BitsPerPixel = VGLCurMode->Depth
    [all...]

Completed in 1734 milliseconds