Searched refs:kGrSLTypeCount (Results 1 – 4 of 4) sorted by relevance
14 static_assert(kGrSLTypeCount == 41); in grsltype_to_location_size()
206 static_assert(kGrSLTypeCount < (1 << 8), ""); in getAttributeKey()
37 static_assert(kGrSLTypeCount == 41); in type_to_grsltype()
339 static const int kGrSLTypeCount = kLast_GrSLType + 1; variable