Home
last modified time | relevance | path

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

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