Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/effects/
DGrSkSLFP.cpp175 if (fp.fFromLinearSrgbChildIndex < 0) { in emitCode()
180 fp.fFromLinearSrgbChildIndex, color.c_str(), fArgs); in emitCode()
322 , fFromLinearSrgbChildIndex(other.fFromLinearSrgbChildIndex) { in GrSkSLFP()
356 SkASSERTF(fToLinearSrgbChildIndex == -1 && fFromLinearSrgbChildIndex == -1, in addColorTransformChildren()
377 fFromLinearSrgbChildIndex = this->numChildProcessors(); in addColorTransformChildren()
378 SkASSERT((size_t)fFromLinearSrgbChildIndex >= fEffect->fSampleUsages.size()); in addColorTransformChildren()
DGrSkSLFP.h420 int fFromLinearSrgbChildIndex = -1; variable