Searched refs:PathIndexType (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/gpu/ |
D | GrPathRendering.h | 37 typedef GrPathRange::PathIndexType PathIndexType; typedef 131 virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType,
|
D | GrPathRange.h | 29 enum PathIndexType { enum 37 static inline int PathIndexSizeInBytes(PathIndexType type) { in PathIndexSizeInBytes() 86 void willDrawPaths(const void* indices, PathIndexType, int count) const;
|
D | GrDrawTarget.h | 41 typedef GrPathRange::PathIndexType PathIndexType; typedef 103 PathIndexType indexType, 297 PathIndexType,
|
D | GrInOrderDrawBuffer.h | 47 void appendIndicesAndTransforms(const void* indexValues, PathIndexType indexType, in appendIndicesAndTransforms() 100 PathIndexType,
|
D | GrInOrderCommandBuilder.h | 35 GrDrawTarget::PathIndexType,
|
D | GrReorderCommandBuilder.h | 43 GrDrawTarget::PathIndexType, in recordDrawPaths() argument
|
D | GrPathRange.cpp | 35 void GrPathRange::willDrawPaths(const void* indices, PathIndexType indexType, int count) const { in willDrawPaths()
|
D | GrGpu.h | 316 GrDrawTarget::PathIndexType, 444 GrDrawTarget::PathIndexType,
|
D | GrCommandBuilder.h | 46 GrDrawTarget::PathIndexType,
|
D | GrInOrderCommandBuilder.cpp | 74 GrDrawTarget::PathIndexType indexType, in recordDrawPaths()
|
D | GrInOrderDrawBuffer.cpp | 60 PathIndexType indexType, in onDrawPaths()
|
D | GrTargetCommands.h | 165 GrDrawTarget::PathIndexType fIndexType;
|
D | GrTest.cpp | 211 GrDrawTarget::PathIndexType, in onDrawPaths() argument
|
D | GrGpu.cpp | 319 GrDrawTarget::PathIndexType indexType, in drawPaths()
|
D | GrDrawTarget.cpp | 255 PathIndexType indexType, in drawPaths()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 44 virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType,
|
D | GrGLGpu.h | 158 GrDrawTarget::PathIndexType,
|
D | GrGLPathRendering.cpp | 197 const void* indices, PathIndexType indexType, in drawPaths()
|
D | GrGLGpu.cpp | 1961 GrDrawTarget::PathIndexType indexType, in onDrawPaths()
|