Searched refs:fBVec3_Type (Results 1 – 3 of 3) sorted by relevance
30 REPORTER_ASSERT(r, 3 == layout.size(*context.fBVec3_Type)); in DEF_TEST()47 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec3_Type)); in DEF_TEST()111 REPORTER_ASSERT(r, 3 == layout.size(*context.fBVec3_Type)); in DEF_TEST()128 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec3_Type)); in DEF_TEST()
43 , fBVec3_Type(new Type(SkString("bvec3"), *fBool_Type, 3))128 fBVec3_Type.get(), fBVec4_Type.get() }))151 fBVec3_Type.get(), fBVec4_Type.get() }))184 const std::unique_ptr<Type> fBVec3_Type; variable
54 case 3: return *context.fBVec3_Type; in get_type()