Home
last modified time | relevance | path

Searched refs:kGrSLTypeCount (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h31 static const int kGrSLTypeCount = kLast_GrSLType + 1; variable
65 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount)); in GrSLTypeVectorCount()
77 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrSLTypeCount); in GrSLTypeVectorCount()
94 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount)); in GrSLTypeIsFloatType()
105 GR_STATIC_ASSERT(8 == kGrSLTypeCount); in GrSLTypeIsFloatType()