Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h198 , fSkArgs_Type(new Type("$sk_Args"))
359 const std::unique_ptr<Type> fSkArgs_Type; variable
DSkSLCompiler.cpp217 *fContext->fSkArgs_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp2149 if (base->fType == *fContext.fSkArgs_Type) { in convertSuffixExpression()