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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 58 s_registers[type1][type2].destroyFcn = destoryFcn;
64 s_registers[type2][type1].destroyFcn = destoryFcn;
122 b2ContactDestroyFcn* destroyFcn = s_registers[typeA][typeB].destroyFcn;
123 destroyFcn(contact, allocator);
b2Contact.h 57 b2ContactDestroyFcn* destroyFcn;
179 static void AddType(b2ContactCreateFcn* createFcn, b2ContactDestroyFcn* destroyFcn,

Completed in 301 milliseconds