Home
last modified time | relevance | path

Searched refs:PathIndexType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathRange.h28 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;
DGrPathRendering.h38 typedef GrPathRange::PathIndexType PathIndexType; typedef
176 PathIndexType indexType, const float transformValues[], in drawPaths()
195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
DGrPathRange.cpp27 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/
DGrGLPathRendering.h69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
DGrGLPathRendering.cpp155 const void* indices, PathIndexType indexType, in onDrawPaths()