Home
last modified time | relevance | path

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

/external/skia/experimental/graphite/src/
DDevice.h53 class IntersectionTreeSet;
179 std::unique_ptr<IntersectionTreeSet> fDisjointStencilSet;
DDevice.cpp77 class Device::IntersectionTreeSet { class in skgpu::Device
79 IntersectionTreeSet() = default;
162 , fDisjointStencilSet(std::make_unique<IntersectionTreeSet>()) in Device()