Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.cpp237 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::WGSLCodeGenerator
3851 expr += this->variableReferenceNameForLValue(r); in assembleVariableReference()