Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLIRGenerator.h180 friend class AutoSwitchLevel; variable
DSkSLIRGenerator.cpp87 class AutoSwitchLevel { class
89 AutoSwitchLevel(IRGenerator* ir) in AutoSwitchLevel() function in SkSL::AutoSwitchLevel
94 ~AutoSwitchLevel() { in ~AutoSwitchLevel()
381 AutoSwitchLevel level(this); in convertSwitch()