Home
last modified time | relevance | path

Searched refs:fExternalValues (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/modules/particles/include/
DSkParticleEffect.h124 SkTArray<std::unique_ptr<SkParticleExternalValue>> fExternalValues; variable
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp818 int index = fOutput->fExternalValues.size(); in writeExternalFunctionCall()
819 fOutput->fExternalValues.push_back(f.fFunction); in writeExternalFunctionCall()
827 int index = fOutput->fExternalValues.size(); in writeExternalValue()
828 fOutput->fExternalValues.push_back(e.fValue); in writeExternalValue()
1314 int index = fOutput->fExternalValues.size(); in getLValue()
1315 fOutput->fExternalValues.push_back(value); in getLValue()
DSkSLByteCode.h182 std::vector<ExternalValue*> fExternalValues; member
DSkSLByteCode.cpp441 ExternalValue* v = byteCode->fExternalValues[target]; in innerRun()
770 byteCode->fExternalValues[src]->read(baseIndex + i, tmp); in innerRun()
982 byteCode->fExternalValues[target]->write(baseIndex + i, tmp); in innerRun()
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp395 fExternalValues.swap(externalValues); in rebuild()
460 for (const auto& value : params->fExternalValues) { in update()