Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h197 , fSkCaps_Type(new Type("$sk_Caps"))
358 const std::unique_ptr<Type> fSkCaps_Type; variable
DSkSLCompiler.cpp212 *fContext->fSkCaps_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp2146 if (base->fType == *fContext.fSkCaps_Type) { in convertSuffixExpression()