Searched refs:pTransformed (Results 1 – 1 of 1) sorted by relevance
97 float* pTransformed = holder.get(); in visibilityTest() local99 if (pTransformed == 0 ) { in visibilityTest()106 float* pDst = pTransformed; in visibilityTest()118 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float)); in visibilityTest()119 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float)); in visibilityTest()120 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float)); in visibilityTest()