Searched refs:g_bRawBufferAvailable (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c117 static char g_bRawBufferAvailable = 0; variable
165 g_bRawBufferAvailable = result > 0;
169 g_bRawBufferAvailable = 0;
173 return g_bRawBufferAvailable;
190 if( !g_hGapiLib ) return g_bRawBufferAvailable;
268 if( !g_hGapiLib && !g_bRawBufferAvailable)
368 if( !gx.GXOpenDisplay && !g_bRawBufferAvailable)
547 if( g_bRawBufferAvailable &&
819 printf("VGA is available on the device: %d\n", g_bRawBufferAvailable);

Completed in 44 milliseconds