Home
last modified time | relevance | path

Searched refs:fShort2_Type (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h55 case 2: return *context.fShort2_Type; in get_type()
DSkSLType.cpp165 case 2: return *context.fShort2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h49 , fShort2_Type(new Type("short2", *fShort_Type, 2)) in Context()
187 , fSVec_Type(new Type("$svec", { fInvalid_Type.get(), fShort2_Type.get(),
241 const std::unique_ptr<Type> fShort2_Type; variable
DSkSLHCodeGenerator.cpp53 type == *context.fShort2_Type || in ParameterCType()