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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.h 48 typedef void (btAlignedFreeFunc)(void *memblock);
55 void btAlignedAllocSetCustomAligned(btAlignedAllocFunc *allocFunc, btAlignedFreeFunc *freeFunc);
btAlignedAllocator.cpp 93 static btAlignedFreeFunc *sAlignedFreeFunc = btAlignedFreeDefault;
95 void btAlignedAllocSetCustomAligned(btAlignedAllocFunc *allocFunc, btAlignedFreeFunc *freeFunc)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 200 milliseconds