Searched refs:GSImpl (Results 1 – 4 of 4) sorted by relevance
20 class GrCCCoverageProcessor::GSImpl : public GrGLSLGeometryProcessor { class in GrCCCoverageProcessor22 GSImpl(std::unique_ptr<Shader> shader) : fShader(std::move(shader)) {} in GSImpl() function in GrCCCoverageProcessor::GSImpl95 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 …]
213 class GSImpl; variable
20 class GrCCCoverageProcessor::GSImpl : public GrGLSLGeometryProcessor { class in GrCCCoverageProcessor22 GSImpl(std::unique_ptr<Shader> shader) : fShader(std::move(shader)) {} in GSImpl() function in GrCCCoverageProcessor::GSImpl104 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 …]
222 class GSImpl; variable