Home
last modified time | relevance | path

Searched refs:DisplayFB (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/vb/
H A Dvip.c376 static bool DisplayFB; variable
426 DisplayFB = 0; in VIP_Power()
491 if(DisplayFB) in ReadRegister()
896 const int fb = DisplayFB; in CopyFBColumnToTarget_Anaglyph_BASE()
996 const int fb = DisplayFB; in CopyFBColumnToTarget_AnaglyphSlow_BASE()
1081 const int fb = DisplayFB; in CopyFBColumnToTarget_CScope_BASE()
1167 const int fb = DisplayFB; in CopyFBColumnToTarget_SideBySide_BASE()
1220 const int fb = DisplayFB; in CopyFBColumnToTarget_VLI_BASE()
1281 const int fb = DisplayFB; in CopyFBColumnToTarget_HLI_BASE()
1469 DisplayFB ^= 1; in VIP_Update()
[all …]
/dports/emulators/mednafen/mednafen/src/vb/
H A Dvip.cpp371 static bool DisplayFB; variable
431 DisplayFB = 0; in VIP_Power()
499 if(DisplayFB) in ReadRegister()
927 const int fb = DisplayFB; in CopyFBColumnToTarget_Anaglyph_BASE()
979 const int fb = DisplayFB; in CopyFBColumnToTarget_AnaglyphSlow_BASE()
1053 const int fb = DisplayFB; in CopyFBColumnToTarget_CScope_BASE()
1100 const int fb = DisplayFB; in CopyFBColumnToTarget_SideBySide_BASE()
1144 const int fb = DisplayFB; in CopyFBColumnToTarget_VLI_BASE()
1194 const int fb = DisplayFB; in CopyFBColumnToTarget_HLI_BASE()
1397 DisplayFB ^= 1; in VIP_Update()
[all …]
/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Drel_1_bc.h269 #define DisplayFB DXDisplayFB macro