HomeSort by relevance Sort by last modified time
    Searched refs:m_uniqueIds (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bFile.cpp 974 if (oldPtr->m_uniqueIds[0] == oldPtr->m_uniqueIds[1])
978 newPtr->m_uniqueIds[0] = oldPtr->m_uniqueIds[0];
995 if (oldPtr->m_uniqueIds[0] == oldPtr->m_uniqueIds[1])
997 newPtr->m_uniqueIds[0] = oldPtr->m_uniqueIds[0];
998 newPtr->m_uniqueIds[1] = 0;
1229 safeSwapPtr((char*)dp.m_uniqueIds, oldPtr)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSerializer.h 138 int m_uniqueIds[2];
562 uid.m_uniqueIds[0] = m_uniqueIdGenerator;
563 uid.m_uniqueIds[1] = m_uniqueIdGenerator;

Completed in 62 milliseconds