Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h152 , fSkCaps_Type(new Type(String("$sk_Caps")))
271 const std::unique_ptr<Type> fSkCaps_Type; variable
DSkSLCompiler.cpp161 *fContext.fSkCaps_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp1828 if (base->fType == *fContext.fSkCaps_Type) { in convertSuffixExpression()