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

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 246 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
247 if (shapePtr && *shapePtr)
253 btCollisionShape* shape = (btCollisionShape*)*shapePtr;
277 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
278 if (shapePtr && *shapePtr)
284 btCollisionShape* shape = (btCollisionShape*)*shapePtr;
btWorldImporter.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 88 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
89 if (shapePtr && *shapePtr)
95 btCollisionShape* shape = (btCollisionShape*)*shapePtr;
119 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
120 if (shapePtr && *shapePtr)
126 btCollisionShape* shape = (btCollisionShape*)*shapePtr;
    [all...]

Completed in 48 milliseconds