Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c662 GEM_bufops = B2S_C2P_1TOS; in GEM_SetVideoMode()
861 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) { in GEM_UpdateRectsFullscreen()
865 if (GEM_bufops & B2S_C2P_1TOS) { in GEM_UpdateRectsFullscreen()
974 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) { in GEM_FlipHWSurfaceFullscreen()
978 if (GEM_bufops & B2S_C2P_1TOS) { in GEM_FlipHWSurfaceFullscreen()
DSDL_gemvideo.h44 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */ macro