/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | ContactListener.java | 116 …Added(btManifoldPoint cp, int userValue0, int partId0, int index0, int userValue1, int partId1, in… in onContactAdded() argument 117 …r, this, btManifoldPoint.getCPtr(cp), cp, userValue0, partId0, index0, userValue1, partId1, index1… in onContactAdded() 128 …Point cp, int userValue0, int partId0, int index0, boolean match0, int userValue1, int partId1, in… in onContactAdded() argument 129 … btManifoldPoint.getCPtr(cp), cp, userValue0, partId0, index0, match0, userValue1, partId1, index1… in onContactAdded() 140 …public boolean onContactAdded(int userValue0, int partId0, int index0, int userValue1, int partId1… in onContactAdded() argument 141 …er_onContactAdded__SWIG_8(swigCPtr, this, userValue0, partId0, index0, userValue1, partId1, index1… in onContactAdded() 152 …tactAdded(int userValue0, int partId0, int index0, boolean match0, int userValue1, int partId1, in… in onContactAdded() argument 153 …actAdded__SWIG_11(swigCPtr, this, userValue0, partId0, index0, match0, userValue1, partId1, index1… in onContactAdded() 172 public void onContactProcessed(btManifoldPoint cp, int userValue0, int userValue1) { in onContactProcessed() argument 173 …nContactProcessed__SWIG_1(swigCPtr, this, btManifoldPoint.getCPtr(cp), cp, userValue0, userValue1); in onContactProcessed() [all …]
|
D | CollisionJNI.java | 3141 …tListener jself, long cp, int userValue0, int partId0, int index0, int userValue1, int partId1, in… in SwigDirector_ContactListener_onContactAdded__SWIG_2() argument 3142 …nifoldPoint.obtainForArgument(cp, false), userValue0, partId0, index0, userValue1, partId1, index1… in SwigDirector_ContactListener_onContactAdded__SWIG_2() 3150 … long cp, int userValue0, int partId0, int index0, boolean match0, int userValue1, int partId1, in… in SwigDirector_ContactListener_onContactAdded__SWIG_5() argument 3151 …int.obtainForArgument(cp, false), userValue0, partId0, index0, match0, userValue1, partId1, index1… in SwigDirector_ContactListener_onContactAdded__SWIG_5() 3159 …_8(ContactListener jself, int userValue0, int partId0, int index0, int userValue1, int partId1, in… in SwigDirector_ContactListener_onContactAdded__SWIG_8() argument 3160 return jself.onContactAdded(userValue0, partId0, index0, userValue1, partId1, index1); in SwigDirector_ContactListener_onContactAdded__SWIG_8() 3168 …er jself, int userValue0, int partId0, int index0, boolean match0, int userValue1, int partId1, in… in SwigDirector_ContactListener_onContactAdded__SWIG_11() argument 3169 …return jself.onContactAdded(userValue0, partId0, index0, match0, userValue1, partId1, index1, matc… in SwigDirector_ContactListener_onContactAdded__SWIG_11() 3174 …stener_onContactProcessed__SWIG_1(ContactListener jself, long cp, int userValue0, int userValue1) { in SwigDirector_ContactListener_onContactProcessed__SWIG_1() argument 3175 jself.onContactProcessed(btManifoldPoint.obtainForArgument(cp, false), userValue0, userValue1); in SwigDirector_ContactListener_onContactProcessed__SWIG_1() local [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/ |
D | ContactListener.h | 110 int userValue1,int partId1,int index1) = 0; 117 int userValue1,int partId1,int index1,bool match1) = 0; 124 int userValue1,int partId1,int index1) = 0; 131 int userValue1,int partId1,int index1,bool match1) = 0; 138 virtual void onContactProcessed(btManifoldPoint& cp, int userValue0, int userValue1) = 0; 141 …virtual void onContactProcessed(btManifoldPoint& cp, int userValue0, bool match0, int userValue1, … 144 virtual void onContactProcessed(int userValue0, int userValue1) = 0; 147 virtual void onContactProcessed(int userValue0, bool match0, int userValue1, bool match1) = 0; 161 virtual void onContactStarted(const int &userValue0, const int &userValue1) = 0; 165 …virtual void onContactStarted(const int &userValue0, const bool &match0, const int &userValue1, co… [all …]
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | ContactCacheTest.java | 43 public void onContactStarted (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactStarted() argument 50 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactStarted() 52 Gdx.app.log(Float.toString(time), "Contact started " + userValue1); in onContactStarted() local 57 public void onContactEnded (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactEnded() argument 64 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactEnded() 66 Gdx.app.log(Float.toString(time), "Contact ended " + userValue1); in onContactEnded() local 77 final int userValue1 = manifold.getBody1().getUserValue(); in onContactStarted() local 84 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactStarted() 86 Gdx.app.log(Float.toString(time), "Contact started " + userValue1); in onContactStarted() local 93 final int userValue1 = colObj1.getUserValue(); in onContactEnded() local [all …]
|
D | ContactCallbackTest2.java | 29 public void onContactStarted (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactStarted() argument 36 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactStarted() 38 Gdx.app.log("ContactCallbackTest", "Contact started " + userValue1); in onContactStarted() 43 public void onContactEnded (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactEnded() argument 50 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactEnded() 52 Gdx.app.log("ContactCallbackTest", "Contact ended " + userValue1); in onContactEnded()
|
D | ContactCallbackTest.java | 34 public void onContactProcessed (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactProcessed() argument 43 final BulletEntity e = (BulletEntity)(entities.get(userValue1)); in onContactProcessed()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.h | 347 …dded(btManifoldPoint &cp, int userValue0, int partId0, int index0, int userValue1, int partId1, in… 350 …ldPoint &cp, int userValue0, int partId0, int index0, bool match0, int userValue1, int partId1, in… 353 …virtual bool onContactAdded(int userValue0, int partId0, int index0, int userValue1, int partId1, … 356 …ContactAdded(int userValue0, int partId0, int index0, bool match0, int userValue1, int partId1, in… 358 virtual void onContactProcessed(btManifoldPoint &cp, int userValue0, int userValue1); 360 … onContactProcessed(btManifoldPoint &cp, int userValue0, bool match0, int userValue1, bool match1); 362 virtual void onContactProcessed(int userValue0, int userValue1); 364 virtual void onContactProcessed(int userValue0, bool match0, int userValue1, bool match1); 368 virtual void onContactStarted(int const &userValue0, int const &userValue1); 371 …virtual void onContactStarted(int const &userValue0, bool const &match0, int const &userValue1, bo… [all …]
|
D | collision_wrap.cpp | 4826 …dded(btManifoldPoint &cp, int userValue0, int partId0, int index0, int userValue1, int partId1, in… in onContactAdded() argument 4850 juserValue1 = (jint) userValue1; in onContactAdded() 4960 …ldPoint &cp, int userValue0, int partId0, int index0, bool match0, int userValue1, int partId1, in… in onContactAdded() argument 4987 juserValue1 = (jint) userValue1; in onContactAdded() 5086 …tListener::onContactAdded(int userValue0, int partId0, int index0, int userValue1, int partId1, in… in onContactAdded() argument 5108 juserValue1 = (jint) userValue1; in onContactAdded() 5214 …ContactAdded(int userValue0, int partId0, int index0, bool match0, int userValue1, int partId1, in… in onContactAdded() argument 5239 juserValue1 = (jint) userValue1; in onContactAdded() 5288 …Director_ContactListener::onContactProcessed(btManifoldPoint &cp, int userValue0, int userValue1) { in onContactProcessed() argument 5304 juserValue1 = (jint) userValue1; in onContactProcessed() [all …]
|