Searched refs:fByte2_Type (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 60 , fByte2_Type(new Type("byte2", *fByte_Type, 2)) in Context() 194 , fByteVec_Type(new Type("$bytevec", { fInvalid_Type.get(), fByte2_Type.get(), 257 const std::unique_ptr<Type> fByte2_Type; variable
|
D | SkSLHCodeGenerator.cpp | 56 type == *context.fByte2_Type) { in ParameterCType()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 57 , fByte2_Type(new Type("byte2", *fByte_Type, 2)) in Context() 191 , fByteVec_Type(new Type("$bytevec", { fInvalid_Type.get(), fByte2_Type.get(), 251 const std::unique_ptr<Type> fByte2_Type; variable
|
D | SkSLHCodeGenerator.cpp | 54 type == *context.fByte2_Type) { in ParameterCType()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 177 case 2: return *context.fByte2_Type; in toCompound()
|
D | SkSLSwizzle.h | 67 case 2: return *context.fByte2_Type; in get_type()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 61 case 2: return *context.fByte2_Type; in get_type()
|
D | SkSLType.cpp | 176 case 2: return *context.fByte2_Type; in toCompound()
|