Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DViewportTests.cpp139 utils::ComboRenderPassDescriptor renderPassDescriptor2( in DoTest() local
141 renderPassDescriptor2.cColorAttachmentsInfoPtr[0]->clearColor = {0.0, 0.0, 1.0, 1.0}; in DoTest()
142 renderPassDescriptor2.cColorAttachmentsInfoPtr[0]->loadOp = dawn::LoadOp::Clear; in DoTest()
144 renderPassDescriptor2.cDepthStencilAttachmentInfo.clearDepth = 0.5; in DoTest()
145 renderPassDescriptor2.cDepthStencilAttachmentInfo.depthLoadOp = dawn::LoadOp::Clear; in DoTest()
148 commandEncoder.BeginRenderPass(&renderPassDescriptor2); in DoTest()