Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRange.h30 kU8_PathIndexType, //!< uint8_t enumerator
38 GR_STATIC_ASSERT(0 == kU8_PathIndexType); in PathIndexSizeInBytes()
DGrPathRange.cpp41 case kU8_PathIndexType: return this->willDrawPaths<uint8_t>(indices, count); in willDrawPaths()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp30 GR_STATIC_ASSERT(0 == GrPathRange::kU8_PathIndexType);