/external/libgdx/extensions/gdx-bullet/jni/swig/common/ |
D | gdxPool.i | 67 static jmethodID freeMethod = NULL; in JTYPE() local 68 if (freeMethod == NULL) { in JTYPE() 69 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in JTYPE() 72 jenv->CallVoidMethod(poolObject, freeMethod, obj); in JTYPE()
|
D | gdxPooledObject.i | 77 static jmethodID freeMethod = NULL; in JTYPE() local 78 if (freeMethod == NULL) in JTYPE() 79 freeMethod = (jmethodID) jenv->GetStaticMethodID(clazz, "free", gdxToString((L##_JCLASS##;)V)); in JTYPE() 81 jenv->CallStaticVoidMethod(clazz, freeMethod, obj); in JTYPE()
|
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/common/ |
D | jniHelpers.cpp | 26 freeMethod = env->GetMethodID(poolClass, freeName, freeSig); in setEnv() 42 env->CallVoidMethod(pool, freeMethod, obj); in free()
|
D | jniHelpers.h | 41 jmethodID freeMethod; member
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | BufferUtils.java | 1152 private static Method freeMethod = null; field in BufferUtils 1182 freeMethod = loadMethod("org.apache.harmony.nio.internal.DirectBuffer", "free"); in loadCleanerMethods() 1209 if (freeMethod != null) { in destroyDirectBuffer() 1210 freeMethod.invoke(toBeDestroyed); in destroyDirectBuffer()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/ |
D | extras_wrap.cpp | 1349 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectVector3() local 1350 if (freeMethod == NULL) { in gdx_releasePoolObjectVector3() 1351 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectVector3() 1354 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectVector3() 1494 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix4() local 1495 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix4() 1496 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectMatrix4() 1499 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectMatrix4()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 1354 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectQuaternion() local 1355 if (freeMethod == NULL) { in gdx_releasePoolObjectQuaternion() 1356 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectQuaternion() 1359 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectQuaternion() 1499 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectVector3() local 1500 if (freeMethod == NULL) { in gdx_releasePoolObjectVector3() 1501 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectVector3() 1504 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectVector3() 1644 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix3() local 1645 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix3() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 1352 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectVector3() local 1353 if (freeMethod == NULL) { in gdx_releasePoolObjectVector3() 1354 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectVector3() 1357 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectVector3() 1500 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix3() local 1501 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix3() 1502 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectMatrix3() 1505 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectMatrix3() 1645 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix4() local 1646 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix4() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/ |
D | dynamics_wrap.cpp | 1348 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectVector3() local 1349 if (freeMethod == NULL) { in gdx_releasePoolObjectVector3() 1350 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectVector3() 1353 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectVector3() 1496 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix4() local 1497 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix4() 1498 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectMatrix4() 1501 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectMatrix4() 1641 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix3() local 1642 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix3() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 1348 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectVector3() local 1349 if (freeMethod == NULL) { in gdx_releasePoolObjectVector3() 1350 freeMethod = (jmethodID) jenv->GetMethodID(poolClass, "free", "(Ljava/lang/Object;)V"); in gdx_releasePoolObjectVector3() 1353 jenv->CallVoidMethod(poolObject, freeMethod, obj); in gdx_releasePoolObjectVector3() 1523 static jmethodID freeMethod = NULL; in gdx_freebtBroadphasePair() local 1524 if (freeMethod == NULL) in gdx_freebtBroadphasePair() 1525 …freeMethod = (jmethodID) jenv->GetStaticMethodID(clazz, "free", "(Lcom/badlogic/gdx/physics/bullet… in gdx_freebtBroadphasePair() 1527 jenv->CallStaticVoidMethod(clazz, freeMethod, obj); in gdx_freebtBroadphasePair() 1595 static jmethodID freeMethod = NULL; in gdx_releasePoolObjectMatrix4() local 1596 if (freeMethod == NULL) { in gdx_releasePoolObjectMatrix4() [all …]
|