Lines Matching refs:fIndexCount
28 fIndexCount = di.fIndexCount;
50 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
52 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
70 fIndexCount = fIndicesPerInstance * fInstanceCount;
101 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
184 geoSrc.fIndexCount = indexCount;
289 geoSrc.fIndexCount = indexCount;
330 newState.fIndexCount = ~0;
377 maxValidIndex = geoSrc.fIndexCount;
474 info.fIndexCount = indexCount;
501 info.fIndexCount = 0;
607 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
613 info.fIndexCount)) {