Home
last modified time | relevance | path

Searched refs:GdxPooledObject (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/common/
DjniHelpers.cpp53 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree) in GdxPooledObject() function in GdxPooledObject
56 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree) in GdxPooledObject() function in GdxPooledObject
59 GdxPooledObject::~GdxPooledObject() { in ~GdxPooledObject()
63 void GdxPooledObject::free() { in free()
DjniHelpers.h65 struct GdxPooledObject { struct
70 GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree); argument
71 GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree);
72 virtual ~GdxPooledObject();