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