Home
last modified time | relevance | path

Searched refs:previousSwapChain (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/metal/
H A DSwapChainMTL.mm63 NewSwapChainBase* previousSwapChain,
67 DAWN_TRY(swapchain->Initialize(previousSwapChain));
75 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) {
78 if (previousSwapChain != nullptr) {
82 if (previousSwapChain->GetBackendType() != wgpu::BackendType::Metal) {
86 previousSwapChain->DetachFromSurface();
H A DSwapChainMTL.h42 NewSwapChainBase* previousSwapChain,
48 MaybeError Initialize(NewSwapChainBase* previousSwapChain);
H A DDeviceMTL.h98 NewSwapChainBase* previousSwapChain,
H A DDeviceMTL.mm164 NewSwapChainBase* previousSwapChain,
166 return SwapChain::Create(this, surface, previousSwapChain, descriptor);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/null/
H A DDeviceNull.cpp141 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl() argument
143 return SwapChain::Create(this, surface, previousSwapChain, descriptor); in CreateSwapChainImpl()
353 NewSwapChainBase* previousSwapChain, in Create() argument
357 DAWN_TRY(swapchain->Initialize(previousSwapChain)); in Create()
361 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) { in Initialize() argument
362 if (previousSwapChain != nullptr) { in Initialize()
366 if (previousSwapChain->GetBackendType() != wgpu::BackendType::Null) { in Initialize()
H A DDeviceNull.h143 NewSwapChainBase* previousSwapChain,
256 NewSwapChainBase* previousSwapChain,
262 MaybeError Initialize(NewSwapChainBase* previousSwapChain);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp186 NewSwapChainBase* previousSwapChain, in Create() argument
190 DAWN_TRY(swapchain->Initialize(previousSwapChain)); in Create()
200 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) { in Initialize() argument
206 if (previousSwapChain != nullptr) { in Initialize()
213 if (previousSwapChain->GetBackendType() != wgpu::BackendType::Vulkan) { in Initialize()
217 SwapChain* previousVulkanSwapChain = static_cast<SwapChain*>(previousSwapChain); in Initialize()
222 ToBackend(previousSwapChain->GetDevice())->GetVkInstance(); in Initialize()
237 ToBackend(previousSwapChain->GetDevice()) in Initialize()
H A DSwapChainVk.h49 NewSwapChainBase* previousSwapChain,
55 MaybeError Initialize(NewSwapChainBase* previousSwapChain);
H A DDeviceVk.h135 NewSwapChainBase* previousSwapChain,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/metal/
H A DSwapChainMTL.mm62 NewSwapChainBase* previousSwapChain,
67 if (previousSwapChain != nullptr) {
71 ASSERT(previousSwapChain->GetBackendType() == wgpu::BackendType::Metal);
72 previousSwapChain->DetachFromSurface();
H A DSwapChainMTL.h42 NewSwapChainBase* previousSwapChain,
H A DDeviceMTL.h90 NewSwapChainBase* previousSwapChain,
H A DDeviceMTL.mm138 NewSwapChainBase* previousSwapChain,
140 return new SwapChain(this, surface, previousSwapChain, descriptor);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/null/
H A DDeviceNull.cpp162 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl() argument
164 return new SwapChain(this, surface, previousSwapChain, descriptor); in CreateSwapChainImpl()
386 NewSwapChainBase* previousSwapChain, in SwapChain() argument
389 if (previousSwapChain != nullptr) { in SwapChain()
393 ASSERT(previousSwapChain->GetBackendType() == wgpu::BackendType::Null); in SwapChain()
394 previousSwapChain->DetachFromSurface(); in SwapChain()
H A DDeviceNull.h130 NewSwapChainBase* previousSwapChain,
226 NewSwapChainBase* previousSwapChain,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DDeviceGL.h85 NewSwapChainBase* previousSwapChain,
H A DDeviceGL.cpp127 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DDevice.cpp870 NewSwapChainBase* previousSwapChain = surface->GetAttachedSwapChain(); in CreateSwapChainInternal() local
873 CreateSwapChainImpl(surface, previousSwapChain, descriptor)); in CreateSwapChainInternal()
875 if (previousSwapChain != nullptr) { in CreateSwapChainInternal()
876 ASSERT(!previousSwapChain->IsAttached()); in CreateSwapChainInternal()
H A DDevice.h232 NewSwapChainBase* previousSwapChain,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DDeviceGL.h99 NewSwapChainBase* previousSwapChain,
H A DDeviceGL.cpp140 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DDevice.cpp1028 NewSwapChainBase* previousSwapChain = surface->GetAttachedSwapChain(); in CreateSwapChainInternal() local
1030 CreateSwapChainImpl(surface, previousSwapChain, descriptor); in CreateSwapChainInternal()
1032 if (previousSwapChain != nullptr) { in CreateSwapChainInternal()
1033 previousSwapChain->DetachFromSurface(); in CreateSwapChainInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.h134 NewSwapChainBase* previousSwapChain,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DDeviceVk.h123 NewSwapChainBase* previousSwapChain,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.h168 NewSwapChainBase* previousSwapChain,

12