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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btStackAlloc.java 17 public class btStackAlloc extends BulletBase {
20 protected btStackAlloc(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btStackAlloc, normally you should not need this constructor it's intended for low-level usage. */
26 public btStackAlloc(long cPtr, boolean cMemoryOwn) {
27 this("btStackAlloc", cPtr, cMemoryOwn);
38 public static long getCPtr(btStackAlloc obj) {
60 public btStackAlloc(long size) {
LinearMathJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConstraintSolver.h 28 class btStackAlloc;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btStackAlloc.h 26 ///The btBlock class is an internal structure for the btStackAlloc memory allocator.
34 class btStackAlloc
38 btStackAlloc(unsigned int size) { ctor();create(size); }
39 ~btStackAlloc() { destroy(); }
  /external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i 124 #include <LinearMath/btStackAlloc.h>
126 %include "LinearMath/btStackAlloc.h"
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i 43 SPECIFY_CLASS(btStackAlloc, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp 100 btStackAlloc* stackAlloc,
    [all...]

Completed in 448 milliseconds