Searched refs:fBVec4_Type (Results 1 – 3 of 3) sorted by relevance
31 REPORTER_ASSERT(r, 4 == layout.size(*context.fBVec4_Type)); in DEF_TEST()48 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec4_Type)); in DEF_TEST()112 REPORTER_ASSERT(r, 4 == layout.size(*context.fBVec4_Type)); in DEF_TEST()129 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec4_Type)); in DEF_TEST()
44 , fBVec4_Type(new Type(SkString("bvec4"), *fBool_Type, 4))128 fBVec3_Type.get(), fBVec4_Type.get() }))151 fBVec3_Type.get(), fBVec4_Type.get() }))185 const std::unique_ptr<Type> fBVec4_Type; variable
55 case 4: return *context.fBVec4_Type; in get_type()