Searched refs:pTransformed (Results 1 – 1 of 1) sorted by relevance
89 float* pTransformed = 0; in visibilityTest() local119 pTransformed = (float*) mallocHelper.alloc(transformedIndexCount * 4 * sizeof(float)); in visibilityTest()121 if (pTransformed == 0 ) { in visibilityTest()128 float* pDst = pTransformed; in visibilityTest()140 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float)); in visibilityTest()141 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float)); in visibilityTest()142 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float)); in visibilityTest()