Searched refs:glFragProc (Results 1 – 2 of 2) sorted by relevance
58 GrGLSLFragmentProcessor* glFragProc = this->onCreateGLSLInstance(); in createGLSLInstance() local59 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in createGLSLInstance()61 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()63 return glFragProc; in createGLSLInstance()
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()