Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h153 , fSkArgs_Type(new Type(String("$sk_Args")))
272 const std::unique_ptr<Type> fSkArgs_Type; variable
DSkSLCompiler.cpp166 *fContext.fSkArgs_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp1832 if (base->fType == *fContext.fSkArgs_Type) { in convertSuffixExpression()