Searched refs:fUByte2_Type (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 56 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context() 196 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(), 252 const std::unique_ptr<Type> fUByte2_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 53 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context() 193 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(), 246 const std::unique_ptr<Type> fUByte2_Type; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 210 case 2: return *context.fUByte2_Type; in toCompound()
|
D | SkSLSwizzle.h | 85 case 2: return *context.fUByte2_Type; in get_type()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 79 case 2: return *context.fUByte2_Type; in get_type()
|
D | SkSLType.cpp | 209 case 2: return *context.fUByte2_Type; in toCompound()
|