Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexOnlyRenderPipelineTests.cpp99 wgpu::CompareFunction stencilCompare = wgpu::CompareFunction::Always, in CreateRenderPipeline() argument
129 depthStencil->stencilFront.compare = stencilCompare; in CreateRenderPipeline()
130 depthStencil->stencilBack.compare = stencilCompare; in CreateRenderPipeline()