Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c670 GEM_bufops = B2S_C2P_1TO2|B2S_VROCPYFM_2TOS; in GEM_SetVideoMode()
900 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) { in GEM_UpdateRectsFullscreen()
913 if (GEM_bufops & B2S_VROCPYFM_2TOS) { in GEM_UpdateRectsFullscreen()
994 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) { in GEM_FlipHWSurfaceFullscreen()
1314 if (GEM_bufops & B2S_VROCPYFM_2TOS) { in refresh_window()
DSDL_gemvideo.h46 #define B2S_VROCPYFM_2TOS (1<<3) /* vro_cpyfm() buffer 2 to screen */ macro