Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DContactCache.cpp3 ContactCache *currentContactCache = 0; variable
6 currentContactCache->contactStarted(manifold); in ContactCacheStarted_CB()
9 currentContactCache->contactEnded(manifold); in ContactCacheEnded_CB()
57 currentContactCache = this; in enable()
63 if (currentContactCache == this) { in disable()
64 currentContactCache = 0; in disable()
73 …return (currentContactCache == this) && (gContactStartedCallback == ContactCacheStarted_CB) && (gC… in isEnabled()