Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRange.h31 kU32_PathIndexType, //!< uint32_t enumerator
33 kLast_PathIndexType = kU32_PathIndexType
39 GR_STATIC_ASSERT(2 == kU32_PathIndexType); in PathIndexSizeInBytes()
40 GR_STATIC_ASSERT(kU32_PathIndexType == kLast_PathIndexType); in PathIndexSizeInBytes()
DGrPathRange.cpp33 case kU32_PathIndexType: in loadPathsIfNeeded()
48 case kU32_PathIndexType: in assertPathsLoaded()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp34 GR_STATIC_ASSERT(2 == GrPathRange::kU32_PathIndexType);
35 GR_STATIC_ASSERT(GrPathRange::kU32_PathIndexType == GrPathRange::kLast_PathIndexType);