Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp20 class GrCCCoverageProcessor::GSImpl : public GrGLSLGeometryProcessor { class in GrCCCoverageProcessor
22 GSImpl(std::unique_ptr<Shader> shader) : fShader(std::move(shader)) {} in GSImpl() function in GrCCCoverageProcessor::GSImpl
95 virtual ~GSImpl() {} in ~GSImpl()
105 class GSHull3Impl : public GrCCCoverageProcessor::GSImpl {
107 GSHull3Impl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSHull3Impl()
178 class GSHull4Impl : public GrCCCoverageProcessor::GSImpl {
180 GSHull4Impl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSHull4Impl()
249 class GSEdgeImpl : public GrCCCoverageProcessor::GSImpl {
251 GSEdgeImpl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSEdgeImpl()
298 class GSCornerImpl : public GrCCCoverageProcessor::GSImpl {
[all …]
DGrCCCoverageProcessor.h213 class GSImpl; variable
/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp20 class GrCCCoverageProcessor::GSImpl : public GrGLSLGeometryProcessor { class in GrCCCoverageProcessor
22 GSImpl(std::unique_ptr<Shader> shader) : fShader(std::move(shader)) {} in GSImpl() function in GrCCCoverageProcessor::GSImpl
104 virtual ~GSImpl() {} in ~GSImpl()
114 class GSHull3Impl : public GrCCCoverageProcessor::GSImpl {
116 GSHull3Impl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSHull3Impl()
187 class GSHull4Impl : public GrCCCoverageProcessor::GSImpl {
189 GSHull4Impl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSHull4Impl()
258 class GSEdgeImpl : public GrCCCoverageProcessor::GSImpl {
260 GSEdgeImpl(std::unique_ptr<Shader> shader) : GSImpl(std::move(shader)) {} in GSEdgeImpl()
307 class GSCornerImpl : public GrCCCoverageProcessor::GSImpl {
[all …]
DGrCCCoverageProcessor.h222 class GSImpl; variable