OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btAlignedAllocSetCustom
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.cpp
101
void
btAlignedAllocSetCustom
(btAllocFunc *allocFunc, btFreeFunc *freeFunc)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
354
public static void
btAlignedAllocSetCustom
(SWIGTYPE_p_f_size_t__p_void allocFunc, SWIGTYPE_p_f_p_void__void freeFunc) {
355
LinearMathJNI.
btAlignedAllocSetCustom
(SWIGTYPE_p_f_size_t__p_void.getCPtr(allocFunc), SWIGTYPE_p_f_p_void__void.getCPtr(freeFunc));
LinearMathJNI.java
[
all
...]
Completed in 612 milliseconds