Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrSkSLFP.cpp254 SkSTArray<3, SkPMColor4f, true> childColors; in constantOutputForConstantInput() local
255 childColors.push_back(inputColor); in constantOutputForConstantInput()
257 childColors.push_back(ConstantOutputForConstantInput(this->childProcessor(i), inputColor)); in constantOutputForConstantInput()
261 program->eval(1, childColors.begin(), fUniforms->data(), result.vec()); in constantOutputForConstantInput()
/external/skia/src/core/
DSkRuntimeEffect.cpp435 std::vector<skvm::Color> childColors; in initFilterColorInfo() local
437 childColors.push_back( in initFilterColorInfo()
448 return childColors[ix]; in initFilterColorInfo()