Home
last modified time | relevance | path

Searched refs:kDefaultColorFormat (Results 1 – 2 of 2) 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/skia/third_party/externals/dawn/src/tests/end2end/
DCompressedTextureFormatTests.cpp191 renderPipelineDescriptor.cTargets[0].format = utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()