Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp177 if (fp.fDestColorChildIndex >= 0) { in emitCode()
181 this->invokeChild(fp.fDestColorChildIndex, args.fDestColor, args).c_str()); in emitCode()
185 SkASSERT(fp.fDestColorChildIndex < 0); in emitCode()
324 SkASSERTF(fDestColorChildIndex == -1, "all addChild calls must happen before setDestColorFP"); in addChild()
343 SkASSERTF(fDestColorChildIndex == -1, "setDestColorFP should not be called more than once"); in setDestColorFP()
344 fDestColorChildIndex = this->numChildProcessors(); in setDestColorFP()
345 SkASSERT((size_t)fDestColorChildIndex >= fEffect->fSampleUsages.size()); in setDestColorFP()
DGrSkSLFP.h407 int fDestColorChildIndex = -1; variable