Searched refs:fIVec3_Type (Results 1 – 4 of 4) sorted by relevance
26 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type)); in DEF_TEST()43 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type)); in DEF_TEST()107 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type)); in DEF_TEST()124 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type)); in DEF_TEST()
39 , fIVec3_Type(new Type(SkString("ivec3"), *fInt_Type, 3))124 fIVec3_Type.get(), fIVec4_Type.get() }))147 fIVec3_Type.get(), fIVec4_Type.get() }))179 const std::unique_ptr<Type> fIVec3_Type; variable
42 case 3: return *context.fIVec3_Type; in get_type()
114 case 3: return *context.fIVec3_Type; in toCompound()