Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/glsl/
DGrGLSLProgramBuilder.cpp209 GrFragmentProcessor::ProgramImpl* childImpl = impl.childProcessor(i); in writeChildFPFunctions() local
210 if (!childImpl) { in writeChildFPFunctions()
217 this->writeFPFunction(*childFP, *childImpl); in writeChildFPFunctions()