Searched refs:makeProgramImpl (Results 1 – 3 of 3) sorted by relevance
102 std::unique_ptr<GrGLSLFragmentProcessor> GrFragmentProcessor::makeProgramImpl() const { in makeProgramImpl() function in GrFragmentProcessor107 ? fChildProcessors[i]->makeProgramImpl() in makeProgramImpl()
123 std::unique_ptr<GrGLSLFragmentProcessor> makeProgramImpl() const;
147 fFPImpls.push_back(fp.makeProgramImpl()); in emitAndInstallFragProcs()