Home
last modified time | relevance | path

Searched refs:to_dawn_stencil_operation (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp108 static wgpu::StencilOperation to_dawn_stencil_operation(GrStencilOp op) { in to_dawn_stencil_operation() function
198 desc.failOp = desc.depthFailOp = to_dawn_stencil_operation(face.fFailOp); in to_stencil_state_face()
199 desc.passOp = to_dawn_stencil_operation(face.fPassOp); in to_stencil_state_face()

Completed in 2 milliseconds