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

  /external/skia/src/gpu/
GrPathRange.h 28 enum PathIndexType {
36 static inline int PathIndexSizeInBytes(PathIndexType type) {
73 void loadPathsIfNeeded(const void* indices, PathIndexType, int count) const;
113 void assertPathsLoaded(const void* indices, PathIndexType, int count) const;
GrPathRendering.h 38 typedef GrPathRange::PathIndexType PathIndexType;
176 PathIndexType indexType, const float transformValues[],
195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
GrPathRange.cpp 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const {
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
GrGLPathRendering.cpp 155 const void* indices, PathIndexType indexType,

Completed in 77 milliseconds