Searched refs:TriangleHullImpl (Results 1 – 2 of 2) sorted by relevance
153 class GrGSCoverageProcessor::TriangleHullImpl : public GrGSCoverageProcessor::Impl { class in GrGSCoverageProcessor155 TriangleHullImpl(std::unique_ptr<Shader> shader) : Impl(std::move(shader)) {} in TriangleHullImpl() function in GrGSCoverageProcessor::TriangleHullImpl458 ? (Impl*) new TriangleHullImpl(std::move(shader)) in onCreateGLSLInstance()
49 class TriangleHullImpl; variable