Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp151 void addDebugSlotInfo(String varName, const Type& type, int line);
503 void SkVMGenerator::addDebugSlotInfo(String varName, const Type& type, int line) { in addDebugSlotInfo() function in SkSL::SkVMGenerator
510 this->addDebugSlotInfo(varName + "[" + to_string(slot) + "]", in addDebugSlotInfo()
518 this->addDebugSlotInfo(varName + "." + field.fName, in addDebugSlotInfo()
564 this->addDebugSlotInfo(String(v.name()), v.type(), v.fLine); in getSlot()