Home
last modified time | relevance | path

Searched refs:btAlignedAllocSetCustom (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAlignedAllocator.h53 void btAlignedAllocSetCustom(btAllocFunc *allocFunc, btFreeFunc *freeFunc);
DbtAlignedAllocator.cpp101 void btAlignedAllocSetCustom(btAllocFunc *allocFunc, btFreeFunc *freeFunc) in btAlignedAllocSetCustom() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java354 …public static void btAlignedAllocSetCustom(SWIGTYPE_p_f_size_t__p_void allocFunc, SWIGTYPE_p_f_p_v… in btAlignedAllocSetCustom() method in LinearMath
355 …LinearMathJNI.btAlignedAllocSetCustom(SWIGTYPE_p_f_size_t__p_void.getCPtr(allocFunc), SWIGTYPE_p_f… in btAlignedAllocSetCustom()
DLinearMathJNI.java466 public final static native void btAlignedAllocSetCustom(long jarg1, long jarg2); in btAlignedAllocSetCustom() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp11062 btAlignedAllocSetCustom(arg1,arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btAlignedAllocSetCustom()