HomeSort by relevance Sort by last modified time
    Searched refs:kGrSLTypeCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 30 static const int kGrSLTypeCount = kLast_GrSLType + 1;
36 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
48 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrSLTypeCount);
  /external/skia/include/gpu/
GrTypesPriv.h 30 static const int kGrSLTypeCount = kLast_GrSLType + 1;
36 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
48 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrSLTypeCount);

Completed in 77 milliseconds