Home | History | Annotate | Download | only in glsl

Lines Matching refs:child

54             const GrFragmentProcessor* child = &fFP->childProcessor(childIdx);
59 if (fp == child) {
60 return BuilderInputProvider(child, fTs + numToSkip);
129 // This does not recurse to any attached child processors. Recursing the entire processor tree
139 // Emit the child with the default input color (solid white)
144 /** Will emit the code of a child proc in its own scope. Pass in the parent's EmitArgs and
145 * emitChild will automatically extract the coords and samplers of that child and pass them
146 * on to the child's emitCode(). Also, any uniforms or functions emitted by the child will
155 // Use the parent's output color to hold child's output, and use the
162 /** Variation that uses the parent's output color variable to hold the child's output.*/