Home
last modified time | relevance | path

Searched refs:kDefaultColorFormat (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h79 wgpu::TextureFormat texture = kDefaultColorFormat);
81 static constexpr wgpu::TextureFormat kDefaultColorFormat = wgpu::TextureFormat::RGBA8Unorm; member
93 wgpu::TextureFormat format = BasicRenderPass::kDefaultColorFormat);
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.h78 dawn::TextureFormat texture = kDefaultColorFormat);
80 static constexpr dawn::TextureFormat kDefaultColorFormat = dawn::TextureFormat::RGBA8Unorm; member
DDawnHelpers.cpp225 descriptor.format = BasicRenderPass::kDefaultColorFormat; in CreateBasicRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DCompressedTextureFormatTests.cpp175 utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCompressedTextureFormatTests.cpp191 renderPipelineDescriptor.cTargets[0].format = utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()