Searched refs:fShort2_Type (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 52 , fShort2_Type(new Type("short2", *fShort_Type, 2)) in Context() 190 , fSVec_Type(new Type("$svec", { fInvalid_Type.get(), fShort2_Type.get(), 247 const std::unique_ptr<Type> fShort2_Type; variable
|
D | SkSLHCodeGenerator.cpp | 55 type == *context.fShort2_Type || in ParameterCType()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 49 , 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
|
D | SkSLHCodeGenerator.cpp | 53 type == *context.fShort2_Type || in ParameterCType()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 166 case 2: return *context.fShort2_Type; in toCompound()
|
D | SkSLSwizzle.h | 61 case 2: return *context.fShort2_Type; in get_type()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 55 case 2: return *context.fShort2_Type; in get_type()
|
D | SkSLType.cpp | 165 case 2: return *context.fShort2_Type; in toCompound()
|