Searched refs:countingIB (Results 1 – 1 of 1) sorted by relevance
1423 StaticIndexBufferInterface *countingIB = mIndexDataManager->getCountingIndices(count); in drawArrays() local1424 if (countingIB) in drawArrays()1426 if (mAppliedIBSerial != countingIB->getSerial()) in drawArrays()1428 … IndexBuffer9 *indexBuffer = IndexBuffer9::makeIndexBuffer9(countingIB->getIndexBuffer()); in drawArrays()1431 mAppliedIBSerial = countingIB->getSerial(); in drawArrays()