Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp195 static wgpu::StencilFaceState to_stencil_state_face(const GrStencilSettings::Face& face) { in to_stencil_state_face() function
215 state.stencilFront = to_stencil_state_face(front); in create_depth_stencil_state()
216 state.stencilBack = to_stencil_state_face(back); in create_depth_stencil_state()
221 state.stencilBack = state.stencilFront = to_stencil_state_face(frontAndBack); in create_depth_stencil_state()

Completed in 2 milliseconds