Searched refs:kDefaultColorFormat (Results 1 – 5 of 5) sorted by relevance
79 wgpu::TextureFormat texture = kDefaultColorFormat);81 static constexpr wgpu::TextureFormat kDefaultColorFormat = wgpu::TextureFormat::RGBA8Unorm; member93 wgpu::TextureFormat format = BasicRenderPass::kDefaultColorFormat);
78 dawn::TextureFormat texture = kDefaultColorFormat);80 static constexpr dawn::TextureFormat kDefaultColorFormat = dawn::TextureFormat::RGBA8Unorm; member
225 descriptor.format = BasicRenderPass::kDefaultColorFormat; in CreateBasicRenderPass()
175 utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()
191 renderPipelineDescriptor.cTargets[0].format = utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()