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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 30 static const int kGrSLTypeCount = kLast_GrSLType + 1;
36 GrAssert(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
48 GR_STATIC_ASSERT(GR_ARRAY_COUNT(kCounts) == kGrSLTypeCount);
  /external/skia/include/gpu/
GrTypesPriv.h 30 static const int kGrSLTypeCount = kLast_GrSLType + 1;
36 GrAssert(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
48 GR_STATIC_ASSERT(GR_ARRAY_COUNT(kCounts) == kGrSLTypeCount);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.h 57 GR_STATIC_ASSERT(kGrSLTypeCount == GR_ARRAY_COUNT(kVecLengths));
  /external/skia/src/gpu/gl/
GrGLSL.h 57 GR_STATIC_ASSERT(kGrSLTypeCount == GR_ARRAY_COUNT(kVecLengths));

Completed in 41 milliseconds