Home
last modified time | relevance | path

Searched refs:B2S_VROCPYFM_1TOS (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c670 GEM_bufops = B2S_VROCPYFM_1TOS; in GEM_SetVideoMode()
903 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) { in GEM_UpdateRectsFullscreen()
997 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) { in GEM_FlipHWSurfaceFullscreen()
1009 if (GEM_bufops & B2S_VROCPYFM_1TOS) { in GEM_FlipHWSurfaceFullscreen()
DSDL_gemvideo.h45 #define B2S_VROCPYFM_1TOS (1<<2) /* vro_cpyfm() buffer 1 to screen */ macro