Home
last modified time | relevance | path

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

/third_party/skia/m133/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp862 class ImmutableLValue final : public LValue { class
864 explicit ImmutableLValue(const Variable* v) : fVariable(v) {} in ImmutableLValue() function in SkSL::RP::ImmutableLValue