Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_pipeline_state.h152 bool setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format);
DContextWgpu.cpp124 void ContextWgpu::setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format) in setColorAttachmentFormat() function in rx::ContextWgpu
126 if (mRenderPipelineDesc.setColorAttachmentFormat(colorIndex, format)) in setColorAttachmentFormat()
137 setColorAttachmentFormat(i, formats[i]); in setColorAttachmentFormats()
DContextWgpu.h283 void setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format);
Dwgpu_pipeline_state.cpp198 bool RenderPipelineDesc::setColorAttachmentFormat(size_t colorIndex, wgpu::TextureFormat format) in setColorAttachmentFormat() function in rx::webgpu::RenderPipelineDesc
DFramebufferWgpu.cpp385 contextWgpu->setColorAttachmentFormat( in syncState()