Searched refs:pIndices (Results 1 – 1 of 1) sorted by relevance
70 unsigned short* pIndices, int indexCount) { in visibilityTest() argument86 int index = pIndices[i]; in visibilityTest()122 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float)); in visibilityTest()123 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float)); in visibilityTest()124 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float)); in visibilityTest()