Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCFGGenerator.cpp312 this->addLValue(cfg, &b->fLeft); in addExpression()
414 void CFGGenerator::addLValue(CFG& cfg, std::unique_ptr<Expression>* e) { in addLValue() function in SkSL::CFGGenerator
417 this->addLValue(cfg, &((FieldAccess&) **e).fBase); in addLValue()
420 this->addLValue(cfg, &((IndexExpression&) **e).fBase); in addLValue()
424 this->addLValue(cfg, &((Swizzle&) **e).fBase); in addLValue()
DSkSLCFGGenerator.h162 void addLValue(CFG& cfg, std::unique_ptr<Expression>* e);