Home
last modified time | relevance | path

Searched defs:VariableLValue (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp556 class VariableLValue final : public LValue { class
558 explicit VariableLValue(const Variable* v) : fVariable(v) {} in VariableLValue() function in SkSL::RP::VariableLValue