Home
last modified time | relevance | path

Searched refs:MarkVarsDeclared (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.h85 static bool MarkVarsDeclared();
DDSLWriter.cpp94 bool DSLWriter::MarkVarsDeclared() { in MarkVarsDeclared() function in SkSL::dsl::DSLWriter
/third_party/skia/src/sksl/dsl/
DDSLVar.cpp44 , fDeclared(DSLWriter::MarkVarsDeclared()) in DSLVarBase()