Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrFragmentProcessor.cpp59 GrGLSLFragmentProcessor* glFragProc = this->onCreateGLSLInstance(); in createGLSLInstance() local
60 glFragProc->fChildProcessors.push_back_n(fChildProcessors.count()); in createGLSLInstance()
62 glFragProc->fChildProcessors[i] = fChildProcessors[i]->createGLSLInstance(); in createGLSLInstance()
64 return glFragProc; in createGLSLInstance()