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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 88 int shadow_fb; /* Tells whether a shadow is being used. */ member in struct:SDL_PrivateVideoData
134 #define shadow_fb (this->hidden->shadow_fb) macro
SDL_fbvideo.c 639 shadow_fb = 0;
645 shadow_fb = 1;
651 shadow_fb = 1;
657 shadow_fb = 1;
663 shadow_fb = 1;
749 this->info.hw_available = !shadow_fb;
750 this->info.video_mem = shadow_fb ? 0 : finfo.smem_len/1024;
787 if (shadow_fb) {
1028 if (shadow_fb) {
1058 if ( !shadow_fb &
    [all...]

Completed in 1506 milliseconds