Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h207 , fSkCaps_Type(new Type("$sk_Caps"))
381 const std::unique_ptr<Type> fSkCaps_Type; variable
DSkSLCompiler.cpp219 *fContext->fSkCaps_Type, Variable::kGlobal_Storage); in Compiler()
DSkSLIRGenerator.cpp2400 if (base->fType == *fContext.fSkCaps_Type) { in convertFieldExpression()