Searched refs:GdxPool (Results 1 – 2 of 2) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/common/ |
D | jniHelpers.cpp | 3 GdxPool::GdxPool(const char * const &poolField, const char * const &typeName, const char * const &t… in GdxPool() function in GdxPool 10 GdxPool::~GdxPool() { in ~GdxPool() 19 void GdxPool::setEnv(JNIEnv * const &e) { in setEnv() 35 jobject GdxPool::obtain(JNIEnv * const &e) { in obtain() 41 void GdxPool::free(jobject &obj) { in free() 45 jobject GdxPool::temp(JNIEnv * const &e) { in temp() 53 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree) in GdxPooledObject() 56 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree) in GdxPooledObject()
|
D | jniHelpers.h | 27 struct GdxPool { struct 51 …GdxPool(const char * const &poolField, const char * const &typeName = 0, const char * const &tempF… 55 virtual ~GdxPool(); 66 GdxPool * const &pool; 70 GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree); 71 GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree);
|