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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 37 static const int kCounts[] = { -1, 1, 2, 3, 4, -1, -1, -1 };
38 return kCounts[type];
48 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrSLTypeCount);
84 static const int kCounts[] = { 1, 2, 3, 4, 4 };
85 return kCounts[type];
92 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrVertexAttribTypeCount);
  /external/skia/include/gpu/
GrTypesPriv.h 37 static const int kCounts[] = { -1, 1, 2, 3, 4, -1, -1, -1 };
38 return kCounts[type];
48 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrSLTypeCount);
84 static const int kCounts[] = { 1, 2, 3, 4, 4 };
85 return kCounts[type];
92 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kCounts) == kGrVertexAttribTypeCount);

Completed in 112 milliseconds