Home
last modified time | relevance | path

Searched refs:freeMethod (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig/common/
DgdxPool.i67 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()
DgdxPooledObject.i77 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/
DjniHelpers.cpp26 freeMethod = env->GetMethodID(poolClass, freeName, freeSig); in setEnv()
42 env->CallVoidMethod(pool, freeMethod, obj); in free()
DjniHelpers.h41 jmethodID freeMethod; member
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DBufferUtils.java1152 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/
Dextras_wrap.cpp1349 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/
Dlinearmath_wrap.cpp1354 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/
Dsoftbody_wrap.cpp1352 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/
Ddynamics_wrap.cpp1348 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/
Dcollision_wrap.cpp1348 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()
1525freeMethod = (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 …]