Searched refs:fShort3 (Results 1 – 6 of 6) sorted by relevance
110 , fShort3(MakeVectorType("short3", "s3", *fShort, /*columns=*/3)) in BuiltinTypes()237 {fInvalid.get(), fShort2.get(), fShort3.get(), fShort4.get()}))
48 if (type == *context.fTypes.fShort3 ) { *outType = kShort3_GrSLType; return true; } in type_to_grsltype()
46 const std::unique_ptr<Type> fShort3; variable
145 return *context.fTypes.fShort3; in skslType()
145 case 3: return *context.fTypes.fShort3; in toCompound()
458 if (type == *context.fTypes.fShort3 ) { return "kShort3_GrSLType"; } in glsltype_string()