Searched defs:currIndices (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp675 int32_t currIndices = fIndexPool.currentBufferIndices(); local
676 if (*indexCount > currIndices &&
682 *indexCount = currIndices;
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp758 int32_t currIndices = fIndexPool.currentBufferIndices(); local
759 if (*indexCount > currIndices &&
765 *indexCount = currIndices;

Completed in 176 milliseconds