Home | History | Annotate | Download | only in gpu

Lines Matching refs:fIndexCount

28     fIndexCount     = di.fIndexCount;
50 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
52 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
70 fIndexCount = fIndicesPerInstance * fInstanceCount;
102 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
185 geoSrc.fIndexCount = indexCount;
290 geoSrc.fIndexCount = indexCount;
331 newState.fIndexCount = ~0;
378 maxValidIndex = geoSrc.fIndexCount;
475 info.fIndexCount = indexCount;
502 info.fIndexCount = 0;
679 info.fIndexCount = info.fInstanceCount * indicesPerInstance;
685 info.fIndexCount)) {