Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h201 , fSkArgs_Type(new Type("$sk_Args"))
365 const std::unique_ptr<Type> fSkArgs_Type; variable
DSkSLCompiler.cpp217 *fContext->fSkArgs_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp2213 if (base->fType == *fContext.fSkArgs_Type) { in convertSuffixExpression()
/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()