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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.cpp 22 ContactDestroyedCallback gContactDestroyedCallback = 0;
77 if (pt.m_userPersistentData && gContactDestroyedCallback)
79 (*gContactDestroyedCallback)(pt.m_userPersistentData);
btPersistentManifold.h 38 extern ContactDestroyedCallback gContactDestroyedCallback;
  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
ContactListener.cpp 304 gContactDestroyedCallback = ContactDestroyedListener_CB;
309 gContactDestroyedCallback = 0;

Completed in 89 milliseconds