HomeSort by relevance Sort by last modified time
    Searched refs:fInstanceCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 31 fInstanceCount = di.fInstanceCount;
50 if (fInstanceCount > 0) {
53 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
54 SkASSERT(fVertexCount / fVerticesPerInstance == fInstanceCount);
68 SkASSERT(instanceOffset + fInstanceCount >= 0);
69 fInstanceCount += instanceOffset;
70 fVertexCount = fVerticesPerInstance * fInstanceCount;
71 fIndexCount = fIndicesPerInstance * fInstanceCount;
487 info.fInstanceCount = 0
    [all...]
GrDrawTarget.h     [all...]

Completed in 37 milliseconds