Searched refs:PathIndexType (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrPathRange.h | 28 enum PathIndexType { enum 36 static inline int PathIndexSizeInBytes(PathIndexType type) { in PathIndexSizeInBytes() 73 void loadPathsIfNeeded(const void* indices, PathIndexType, int count) const; 113 void assertPathsLoaded(const void* indices, PathIndexType, int count) const;
|
D | GrPathRendering.h | 38 typedef GrPathRange::PathIndexType PathIndexType; typedef 176 PathIndexType indexType, const float transformValues[], in drawPaths() 195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
|
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
|
D | GrGLPathRendering.cpp | 155 const void* indices, PathIndexType indexType, in onDrawPaths()
|