Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DOpsTask.h120 kDontCare, member in skgpu::v1::OpsTask::CanDiscardPreviousOps::StencilContent
267 StencilContent fInitialStencilContent = StencilContent::kDontCare;
H A DOpsTask.cpp587 case StencilContent::kDontCare: in onExecute()
743 if (fInitialStencilContent == StencilContent::kDontCare) { in mergeFrom()
744 // Propogate the first stencil content that isn't kDontCare. in mergeFrom()
746 // Once the stencil has any kind of initial content that isn't kDontCare, then the in mergeFrom()
805 fInitialStencilContent = StencilContent::kDontCare; in discard()
838 case StencilContent::kDontCare: in dump()
839 SkDebugf("kDontCare\n"); in dump()
H A DAtlasRenderTask.cpp78 this->setInitialStencilContent(StencilContent::kDontCare); in onMakeClosed()

Completed in 3 milliseconds