Lines Matching refs:ProgramImpl
81 const std::function<void(const GrFragmentProcessor&, ProgramImpl&)>& f, in visitWithImpls()
82 ProgramImpl& impl) const { in visitWithImpls()
130 std::unique_ptr<GrFragmentProcessor::ProgramImpl> GrFragmentProcessor::makeProgramImpl() const { in makeProgramImpl()
131 std::unique_ptr<ProgramImpl> impl = this->onMakeProgramImpl(); in makeProgramImpl()
284 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in SwizzleOutput()
285 class Impl : public ProgramImpl { in SwizzleOutput()
394 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in Compose()
395 class Impl : public ProgramImpl { in Compose()
524 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in SurfaceColor()
525 class Impl : public ProgramImpl { in SurfaceColor()
580 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in DeviceSpace()
581 class Impl : public ProgramImpl { in DeviceSpace()
584 void emitCode(ProgramImpl::EmitArgs& args) override { in DeviceSpace()
832 std::unique_ptr<ProgramImpl> onMakeProgramImpl() const override { in HighPrecision()
833 class Impl : public ProgramImpl { in HighPrecision()
860 using ProgramImpl = GrFragmentProcessor::ProgramImpl; typedef
862 void ProgramImpl::setData(const GrGLSLProgramDataManager& pdman, in setData()
867 SkString ProgramImpl::invokeChild(int childIndex, in invokeChild()
912 SkString ProgramImpl::invokeChildWithMatrix(int childIndex, in invokeChildWithMatrix()