Home
last modified time | relevance | path

Searched refs:fEndInstanceIdx (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp314 fInstanceRanges.back().fEndInstanceIdx = resources->nextPathInstanceIdx(); in setupResources()
387 fInstanceRanges.back().fEndInstanceIdx = instanceIdx; in recordInstance()
413 SkASSERT(range.fEndInstanceIdx > baseInstance); in onExecute()
419 range.fEndInstanceIdx, this->bounds()); in onExecute()
421 baseInstance = range.fEndInstanceIdx; in onExecute()
DGrCCDrawPathsOp.h129 int fEndInstanceIdx; member