Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp442 static void setup_stencilop_desc(D3D12_DEPTH_STENCILOP_DESC* desc, in setup_stencilop_desc() function
469 setup_stencilop_desc(&dsDesc->FrontFace, frontFace); in fill_in_depth_stencil_state()
470 setup_stencilop_desc(&dsDesc->BackFace, backFace); in fill_in_depth_stencil_state()
474 setup_stencilop_desc(&dsDesc->FrontFace, stencilSettings.singleSidedFace()); in fill_in_depth_stencil_state()