Searched refs:fTotalInstanceCount (Results 1 – 4 of 4) sorted by relevance
51 SkASSERT(fTotalInstanceCount == 0); in prepare()171 fTotalInstanceCount = numTrianglesAtBeginningOfData; in prepare()210 ++fTotalInstanceCount; in prepare()218 SkASSERT(fTotalInstanceCount == numTrianglesAtBeginningOfData + fOuterCurveInstanceCount); in prepare()221 vertexAlloc.unlock(fTotalInstanceCount); in prepare()233 if (fTotalInstanceCount) { in drawHullInstances()235 flushState->drawInstanced(fTotalInstanceCount, fBaseInstance, 4, 0); in drawHullInstances()
43 int fTotalInstanceCount = 0; // Total number of stroke instances we will draw. variable
69 int fTotalInstanceCount = 0; variable
592 fTotalInstanceCount += resolveLevelInstanceCount; in GrStrokeIndirectTessellator()597 fChainedInstanceCount = fTotalInstanceCount; in GrStrokeIndirectTessellator()784 baseInstance += tess->fTotalInstanceCount; in prepare()