Home | History | Annotate | Download | only in gpu

Lines Matching refs:fIndexCount

29     fIndexCount     = di.fIndexCount;
51 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
53 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
71 fIndexCount = fIndicesPerInstance * fInstanceCount;
103 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
186 geoSrc.fIndexCount = indexCount;
291 geoSrc.fIndexCount = indexCount;
332 newState.fIndexCount = ~0;
379 maxValidIndex = geoSrc.fIndexCount;
485 info.fIndexCount = indexCount;
512 info.fIndexCount = 0;
659 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
665 info.fIndexCount)) {