Home
last modified time | relevance | path

Searched refs:GetPreferredSwapChainTextureFormat (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/examples/
DCubeReflection.cpp100 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init()
195 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
213 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
232 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
DAnimometer.cpp57 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init()
128 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
DSampleUtils.h27 wgpu::TextureFormat GetPreferredSwapChainTextureFormat();
DCppHelloTriangle.cpp93 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init()
132 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
DComputeBoids.cpp145 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in initRender()
302 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init()
DSampleUtils.cpp183 wgpu::TextureFormat GetPreferredSwapChainTextureFormat() { in GetPreferredSwapChainTextureFormat() function
185 return static_cast<wgpu::TextureFormat>(binding->GetPreferredSwapChainTextureFormat()); in GetPreferredSwapChainTextureFormat()
DCHelloTriangle.cpp37 swapChainFormat = static_cast<WGPUTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
/third_party/flutter/skia/third_party/externals/dawn/examples/
DCubeReflection.cpp119 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init()
207 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
220 pDescriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
234 rfDescriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
DAnimometer.cpp55 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init()
121 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
DSampleUtils.h27 dawn::TextureFormat GetPreferredSwapChainTextureFormat();
DCppHelloTriangle.cpp91 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init()
135 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
DSampleUtils.cpp155 dawn::TextureFormat GetPreferredSwapChainTextureFormat() { in GetPreferredSwapChainTextureFormat() function
157 return static_cast<dawn::TextureFormat>(binding->GetPreferredSwapChainTextureFormat()); in GetPreferredSwapChainTextureFormat()
DComputeBoids.cpp141 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in initRender()
296 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init()
DCHelloTriangle.cpp37 swapChainFormat = static_cast<DawnTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DNullBinding.cpp35 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::NullBinding
DOpenGLBinding.cpp43 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::OpenGLBinding
DBackendBinding.h30 virtual DawnTextureFormat GetPreferredSwapChainTextureFormat() = 0;
DD3D12Binding.cpp42 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::D3D12Binding
DVulkanBinding.cpp44 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::VulkanBinding
/third_party/skia/third_party/externals/dawn/src/utils/
DNullBinding.cpp35 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::NullBinding
DOpenGLBinding.cpp43 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::OpenGLBinding
DBackendBinding.h30 virtual WGPUTextureFormat GetPreferredSwapChainTextureFormat() = 0;
DD3D12Binding.cpp42 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::D3D12Binding
DVulkanBinding.cpp44 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::VulkanBinding
DMetalBinding.mm124 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override {

12