Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp249 class GSEdgeImpl : public GrCCCoverageProcessor::GSImpl { class
251 GSEdgeImpl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSEdgeImpl() function in GSEdgeImpl
355 return new GSEdgeImpl(std::move(shadr)); in createGSImpl()
/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp258 class GSEdgeImpl : public GrCCCoverageProcessor::GSImpl { class
260 GSEdgeImpl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSEdgeImpl() function in GSEdgeImpl
369 return new GSEdgeImpl(std::move(shadr)); in createGSImpl()