Searched refs:putBackIndices (Results 1 – 2 of 2) sorted by relevance
85 void putBackIndices(size_t indices) { fIndexPool.putBack(indices * sizeof(uint16_t)); } in putBackIndices() function209 void putBackIndices(int indices) { this->state()->putBackIndices(indices); } in putBackIndices() function
262 target->putBackIndices((size_t)(maxIndices - indexOffset)); in onPrepareDraws()