Home
last modified time | relevance | path

Searched refs:CreateNewClearColorAttachment (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
DFramebufferWgpu.cpp132 colorAttachments.push_back(webgpu::CreateNewClearColorAttachment( in clear()
537 mCurrentColorAttachments.push_back(webgpu::CreateNewClearColorAttachment( in flushDeferredClears()
Dwgpu_utils.h233 wgpu::RenderPassColorAttachment CreateNewClearColorAttachment(wgpu::Color clearValue, in ANGLE_EGL_OBJECTS_X()
Dwgpu_helpers.cpp177 colorAttachments.push_back(CreateNewClearColorAttachment( in flushSingleLevelUpdates()
Dwgpu_utils.cpp37 wgpu::RenderPassColorAttachment CreateNewClearColorAttachment(wgpu::Color clearValue, in CreateNewClearColorAttachment() function