HomeSort by relevance Sort by last modified time
    Searched defs:GrPathRange (Results 1 - 2 of 2) sorted by null

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

Completed in 56 milliseconds