Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-native/
DjmePhysicsSpace.h62 btThreadSupportInterface* createDispatchThreadSupport(int);
DjmePhysicsSpace.cpp87 btThreadSupportInterface* jmePhysicsSpace::createDispatchThreadSupport(int maxNumThreads) { in createDispatchThreadSupport() function in jmePhysicsSpace
144 btThreadSupportInterface* dispatchThreads = createDispatchThreadSupport(4); in createPhysicsSpace()