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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 33 fIndicesPerInstance = di.fIndicesPerInstance;
51 SkASSERT(0 == fIndexCount % fIndicesPerInstance);
53 SkASSERT(fIndexCount / fIndicesPerInstance == fInstanceCount);
60 SkASSERT(!fIndicesPerInstance);
71 fIndexCount = fIndicesPerInstance * fInstanceCount;
489 info.fIndicesPerInstance = 0;
516 info.fIndicesPerInstance = 0;
644 info.fIndicesPerInstance = indicesPerInstance;
    [all...]
GrDrawTarget.h     [all...]

Completed in 337 milliseconds