Searched refs:pTransformed (Results 1 – 1 of 1) sorted by relevance
99 float* pTransformed = holder.get(); in visibilityTest() local101 if (pTransformed == 0 ) { in visibilityTest()108 float* pDst = pTransformed; 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()