Home
last modified time | relevance | path

Searched defs:GetPreferredSwapChainTextureFormat (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DNullBinding.cpp35 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::NullBinding
DVulkanBinding.cpp44 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::VulkanBinding
DD3D12Binding.cpp42 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::D3D12Binding
DOpenGLBinding.cpp43 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::OpenGLBinding
/third_party/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp183 wgpu::TextureFormat GetPreferredSwapChainTextureFormat() { in GetPreferredSwapChainTextureFormat() function