Searched refs:newIsShape1Convex (Results 1 – 1 of 1) sorted by relevance
213 …bool* newIsShape1Convex = reinterpret_cast<bool*>(newNarrowPhaseAlgorithmType + nbPairsToAllocate); in allocate() local214 …bool* wereCollidingInPreviousFrame = reinterpret_cast<bool*>(newIsShape1Convex + nbPairsToAllocate… in allocate()230 memcpy(newIsShape1Convex, mIsShape1Convex, mNbPairs * sizeof(bool)); in allocate()248 mIsShape1Convex = newIsShape1Convex; in allocate()