Searched defs:GrPathRange (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRange.cpp8 #include "GrPathRange.h"
11 GrPathRange::GrPathRange(GrGpu* gpu, function in class:GrPathRange
21 GrPathRange::GrPathRange(GrGpu* gpu, function in class:GrPathRange
27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const {
H A DGrPathRange.h24 class GrPathRange : public GrGpuResource { class in inherits:GrGpuResource
62 GrPathRange(GrGpu*, PathGenerator*);
68 GrPathRange(GrGpu*, int numPaths);
138 // GrPathRange will take care of that after the call is complete.

Completed in 128 milliseconds