Searched refs:glFragProc (Results 1 – 2 of 2) sorted by relevance
103 std::unique_ptr<GrGLSLFragmentProcessor> glFragProc = this->onMakeProgramImpl(); in makeProgramImpl() local104 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in makeProgramImpl()106 glFragProc->fChildProcessors[i] = fChildProcessors[i] in makeProgramImpl()110 return glFragProc; in makeProgramImpl()
57 GrGLSLFragmentProcessor* glFragProc = this->onCreateGLSLInstance(); in createGLSLInstance() local58 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in createGLSLInstance()60 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()62 return glFragProc; in createGLSLInstance()