Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp208 SkString coordsVarName; in emitCode() local
210 coordsVarName = args.fFragBuilder->newTmpVarName("coords"); in emitCode()
211 coords = coordsVarName.c_str(); in emitCode()