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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
CollisionConstants.java 43 public final static int DBVT_SELECT_IMPL = 0;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h 61 #define DBVT_SELECT_IMPL DBVT_IMPL_SSE
65 #define DBVT_SELECT_IMPL DBVT_IMPL_GENERIC
70 #if (DBVT_SELECT_IMPL==DBVT_IMPL_SSE)|| \
113 #ifndef DBVT_SELECT_IMPL
114 #error "DBVT_SELECT_IMPL undefined"
578 #if DBVT_SELECT_IMPL == DBVT_IMPL_SSE
1272 #undef DBVT_SELECT_IMPL

Completed in 117 milliseconds