Searched refs:countingIB (Results 1 – 1 of 1) sorted by relevance
1409 StaticIndexBufferInterface *countingIB = nullptr; in drawArraysImpl() local1410 ANGLE_TRY(getCountingIB(context, count, &countingIB)); in drawArraysImpl()1412 if (mAppliedIBSerial != countingIB->getSerial()) in drawArraysImpl()1414 IndexBuffer9 *indexBuffer = GetAs<IndexBuffer9>(countingIB->getIndexBuffer()); in drawArraysImpl()1417 mAppliedIBSerial = countingIB->getSerial(); in drawArraysImpl()