Searched refs:variableReferenceNameForLValue (Results 1 – 1 of 1) sorted by relevance
237 std::string variableReferenceNameForLValue(const VariableReference& r);2432 this->variableReferenceNameForLValue(e.as<VariableReference>())); in makeLValue()3824 std::string WGSLCodeGenerator::variableReferenceNameForLValue(const VariableReference& r) { in variableReferenceNameForLValue() function in SkSL::WGSLCodeGenerator3851 expr += this->variableReferenceNameForLValue(r); in assembleVariableReference()