Home
last modified time | relevance | path

Searched refs:glFragProc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrFragmentProcessor.cpp58 GrGLSLFragmentProcessor* glFragProc = this->onCreateGLSLInstance(); in createGLSLInstance() local
59 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in createGLSLInstance()
61 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()
63 return glFragProc; in createGLSLInstance()
/external/skqp/src/gpu/
DGrFragmentProcessor.cpp57 GrGLSLFragmentProcessor* glFragProc = this->onCreateGLSLInstance(); in createGLSLInstance() local
58 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in createGLSLInstance()
60 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()
62 return glFragProc; in createGLSLInstance()