Searched refs:fUShort2_Type (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 48 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2)) in Context() 192 , fUSVec_Type(new Type("$usvec", { fInvalid_Type.get(), fUShort2_Type.get(), 242 const std::unique_ptr<Type> fUShort2_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 45 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2)) in Context() 189 , fUSVec_Type(new Type("$usvec", { fInvalid_Type.get(), fUShort2_Type.get(), 236 const std::unique_ptr<Type> fUShort2_Type; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 199 case 2: return *context.fUShort2_Type; in toCompound()
|
D | SkSLSwizzle.h | 79 case 2: return *context.fUShort2_Type; in get_type()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 73 case 2: return *context.fUShort2_Type; in get_type()
|
D | SkSLType.cpp | 198 case 2: return *context.fUShort2_Type; in toCompound()
|