Searched refs:childIdx (Results 1 – 3 of 3) sorted by relevance
263 unsigned int childIdx;264 for (childIdx = 0; childIdx < [children count]; childIdx++) {265 [desc appendFormat:@"%@", [[children objectAtIndex:childIdx] treeDescription]];
53 BuilderInputProvider childInputs(int childIdx) const { in childInputs() argument54 const GrFragmentProcessor* child = &fFP->childProcessor(childIdx); in childInputs()
50 BuilderInputProvider childInputs(int childIdx) const { in childInputs() argument51 const GrFragmentProcessor* child = fFP->childProcessor(childIdx); in childInputs()