Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c660 GEM_bufops=0; in GEM_SetVideoMode()
665 GEM_bufops = B2S_C2P_1TOS; in GEM_SetVideoMode()
670 GEM_bufops = B2S_VROCPYFM_1TOS; in GEM_SetVideoMode()
673 GEM_bufops = B2S_C2P_1TO2|B2S_VROCPYFM_2TOS; in GEM_SetVideoMode()
864 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) { in GEM_UpdateRectsFullscreen()
868 if (GEM_bufops & B2S_C2P_1TOS) { in GEM_UpdateRectsFullscreen()
903 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) { in GEM_UpdateRectsFullscreen()
916 if (GEM_bufops & B2S_VROCPYFM_2TOS) { in GEM_UpdateRectsFullscreen()
977 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) { in GEM_FlipHWSurfaceFullscreen()
981 if (GEM_bufops & B2S_C2P_1TOS) { in GEM_FlipHWSurfaceFullscreen()
[all …]
DSDL_gemvideo.h144 #define GEM_bufops (this->hidden->buf2scr_ops) macro