Searched refs:fShort2 (Results 1 – 7 of 7) sorted by relevance
109 , fShort2(MakeVectorType("short2", "s2", *fShort, /*columns=*/2)) in BuiltinTypes()237 {fInvalid.get(), fShort2.get(), fShort3.get(), fShort4.get()}))
47 if (type == *context.fTypes.fShort2 ) { *outType = kShort2_GrSLType; return true; } in type_to_grsltype()
45 const std::unique_ptr<Type> fShort2; variable
143 return *context.fTypes.fShort2; in skslType()
144 case 2: return *context.fTypes.fShort2; in toCompound()
61 type == *context.fTypes.fShort2) { in ParameterCType()
457 if (type == *context.fTypes.fShort2 ) { return "kShort2_GrSLType"; } in glsltype_string()