Home
last modified time | relevance | path

Searched defs:OnBeforePresent (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSwapChainGL.cpp47 MaybeError SwapChain::OnBeforePresent(TextureViewBase*) { in OnBeforePresent() function in dawn_native::opengl::SwapChain
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp116 MaybeError OldSwapChain::OnBeforePresent(TextureViewBase* view) { in OnBeforePresent() function in dawn_native::d3d12::OldSwapChain
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp71 MaybeError OldSwapChain::OnBeforePresent(TextureViewBase* view) { in OnBeforePresent() function in dawn_native::vulkan::OldSwapChain
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp456 MaybeError OldSwapChain::OnBeforePresent(TextureViewBase*) { in OnBeforePresent() function in dawn_native::null::OldSwapChain