Home
last modified time | relevance | path

Searched defs:GrCCPerFlushResourceSpecs (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h38 struct GrCCPerFlushResourceSpecs { struct
39 static constexpr int kFillIdx = 0;
40 static constexpr int kStrokeIdx = 1;
42 int fNumCachedPaths = 0;
44 int fNumCopiedPaths[2] = {0, 0};
68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&); argument