Searched refs:GEM_bufops (Results 1 – 2 of 2) sorted by relevance
660 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 …]
144 #define GEM_bufops (this->hidden->buf2scr_ops) macro