Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp445 static void setup_stencilop_desc(D3D12_DEPTH_STENCILOP_DESC* desc, in setup_stencilop_desc() function
472 setup_stencilop_desc(&dsDesc->FrontFace, frontFace); in fill_in_depth_stencil_state()
473 setup_stencilop_desc(&dsDesc->BackFace, backFace); in fill_in_depth_stencil_state()
477 setup_stencilop_desc(&dsDesc->FrontFace, stencilSettings.singleSidedFace()); in fill_in_depth_stencil_state()