Searched refs:fUInt2_Type (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLContext.h | 37 , fUInt2_Type(new Type("uint2", *fUInt_Type, 2)) in Context() 155 , fGenUType_Type(new Type("$genUType", { fUInt_Type.get(), fUInt2_Type.get(), 185 , fUVec_Type(new Type("$uvec", { fInvalid_Type.get(), fUInt2_Type.get(), 226 const std::unique_ptr<Type> fUInt2_Type; variable
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 67 case 2: return *context.fUInt2_Type; in get_type()
|
D | SkSLType.cpp | 187 case 2: return *context.fUInt2_Type; in toCompound()
|