Home
last modified time | relevance | path

Searched defs:previousSwapChain (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp137 NewSwapChainBase* previousSwapChain, in Create()
154 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) { in Initialize()
DDeviceD3D12.cpp428 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp219 NewSwapChainBase* previousSwapChain, in Create()
235 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) { in Initialize()
DDeviceVk.cpp154 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp163 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl()
391 NewSwapChainBase* previousSwapChain, in Create()
398 MaybeError SwapChain::Initialize(NewSwapChainBase* previousSwapChain) { in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.cpp163 NewSwapChainBase* previousSwapChain, in CreateSwapChainImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp1521 NewSwapChainBase* previousSwapChain = surface->GetAttachedSwapChain(); in CreateSwapChain() local