Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp130 std::vector<SkString> childNames; in emitCode() local
132 childNames.push_back(SkStringPrintf("_child%d", i)); in emitCode()
133 this->emitChild(i, &childNames[i], args); in emitCode()
160 fragBuilder->codeAppend(childNames[arg.fIndex].c_str()); in emitCode()