Lines Matching refs:ProgramImpl
67 const std::function<void(const GrFragmentProcessor&, ProgramImpl&)>& f, in visitWithImpls()
68 ProgramImpl& impl) const { in visitWithImpls()
116 std::unique_ptr<GrFragmentProcessor::ProgramImpl> GrFragmentProcessor::makeProgramImpl() const { in makeProgramImpl()
117 std::unique_ptr<ProgramImpl> impl = this->onMakeProgramImpl(); in makeProgramImpl()
270 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in SwizzleOutput()
271 class Impl : public ProgramImpl { in SwizzleOutput()
384 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in Compose()
385 class Impl : public ProgramImpl { in Compose()
514 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in SurfaceColor()
515 class Impl : public ProgramImpl { in SurfaceColor()
570 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in DeviceSpace()
571 class Impl : public ProgramImpl { in DeviceSpace()
574 void emitCode(ProgramImpl::EmitArgs& args) override { in DeviceSpace()
815 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in HighPrecision()
816 class Impl : public ProgramImpl { in HighPrecision()
843 using ProgramImpl = GrFragmentProcessor::ProgramImpl; typedef
845 void ProgramImpl::setData(const GrGLSLProgramDataManager& pdman, in setData()
850 SkString ProgramImpl::invokeChild(int childIndex, in invokeChild()
891 SkString ProgramImpl::invokeChildWithMatrix(int childIndex, in invokeChildWithMatrix()