Searched refs:AutoSource (Results 1 – 2 of 2) sorted by relevance
88 class AutoSource { class90 AutoSource(Compiler* compiler, const char* source) in AutoSource() function in SkSL::AutoSource96 ~AutoSource() { in ~AutoSource()603 AutoSource as(this, program.fSource->c_str()); in toSPIRV()663 AutoSource as(this, program.fSource->c_str()); in toGLSL()689 AutoSource as(this, program.fSource->c_str()); in toMetal()
266 friend class AutoSource; variable