Home
last modified time | relevance | path

Searched refs:GetSwapChainBaseTextureDescriptor (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.h31 TextureDescriptor GetSwapChainBaseTextureDescriptor(NewSwapChainBase* swapChain);
DSwapChain.cpp103 TextureDescriptor GetSwapChainBaseTextureDescriptor(NewSwapChainBase* swapChain) { in GetSwapChainBaseTextureDescriptor() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DSwapChainMTL.mm136 TextureDescriptor textureDesc = GetSwapChainBaseTextureDescriptor(this);
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp346 TextureDescriptor descriptor = GetSwapChainBaseTextureDescriptor(this); in GetCurrentTextureViewImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp420 TextureDescriptor textureDesc = GetSwapChainBaseTextureDescriptor(this); in GetCurrentTextureViewImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp634 TextureDescriptor desc = GetSwapChainBaseTextureDescriptor(this); in GetCurrentTextureViewInternal()