Home
last modified time | relevance | path

Searched defs:surface_changed (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D/
H A DRender.cpp181 const bool surface_changed = m_surface_changed.TestAndClear(); in CheckForSwapChainChanges() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D12/
H A DRenderer.cpp419 const bool surface_changed = m_surface_changed.TestAndClear(); in CheckForSwapChainChanges() local
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-preview.c4658 void preview_update_surface(Preview *p, int surface_changed) in preview_update_surface()