/third_party/skia/third_party/externals/dawn/examples/ |
D | CubeReflection.cpp | 100 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()
|
D | Animometer.cpp | 57 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init() 128 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
|
D | SampleUtils.h | 27 wgpu::TextureFormat GetPreferredSwapChainTextureFormat();
|
D | CppHelloTriangle.cpp | 93 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init() 132 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in init()
|
D | ComputeBoids.cpp | 145 descriptor.cTargets[0].format = GetPreferredSwapChainTextureFormat(); in initRender() 302 swapchain.Configure(GetPreferredSwapChainTextureFormat(), wgpu::TextureUsage::RenderAttachment, in init()
|
D | SampleUtils.cpp | 183 wgpu::TextureFormat GetPreferredSwapChainTextureFormat() { in GetPreferredSwapChainTextureFormat() function 185 return static_cast<wgpu::TextureFormat>(binding->GetPreferredSwapChainTextureFormat()); in GetPreferredSwapChainTextureFormat()
|
D | CHelloTriangle.cpp | 37 swapChainFormat = static_cast<WGPUTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
|
/third_party/flutter/skia/third_party/externals/dawn/examples/ |
D | CubeReflection.cpp | 119 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()
|
D | Animometer.cpp | 55 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init() 121 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
|
D | SampleUtils.h | 27 dawn::TextureFormat GetPreferredSwapChainTextureFormat();
|
D | CppHelloTriangle.cpp | 91 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init() 135 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in init()
|
D | SampleUtils.cpp | 155 dawn::TextureFormat GetPreferredSwapChainTextureFormat() { in GetPreferredSwapChainTextureFormat() function 157 return static_cast<dawn::TextureFormat>(binding->GetPreferredSwapChainTextureFormat()); in GetPreferredSwapChainTextureFormat()
|
D | ComputeBoids.cpp | 141 descriptor.cColorStates[0]->format = GetPreferredSwapChainTextureFormat(); in initRender() 296 swapchain.Configure(GetPreferredSwapChainTextureFormat(), in init()
|
D | CHelloTriangle.cpp | 37 swapChainFormat = static_cast<DawnTextureFormat>(GetPreferredSwapChainTextureFormat()); in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | NullBinding.cpp | 35 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::NullBinding
|
D | OpenGLBinding.cpp | 43 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::OpenGLBinding
|
D | BackendBinding.h | 30 virtual DawnTextureFormat GetPreferredSwapChainTextureFormat() = 0;
|
D | D3D12Binding.cpp | 42 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::D3D12Binding
|
D | VulkanBinding.cpp | 44 DawnTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::VulkanBinding
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | NullBinding.cpp | 35 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::NullBinding
|
D | OpenGLBinding.cpp | 43 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::OpenGLBinding
|
D | BackendBinding.h | 30 virtual WGPUTextureFormat GetPreferredSwapChainTextureFormat() = 0;
|
D | D3D12Binding.cpp | 42 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::D3D12Binding
|
D | VulkanBinding.cpp | 44 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override { in GetPreferredSwapChainTextureFormat() function in utils::VulkanBinding
|
D | MetalBinding.mm | 124 WGPUTextureFormat GetPreferredSwapChainTextureFormat() override {
|