HomeSort by relevance Sort by last modified time
    Searched refs:RecursionCounter (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.cpp 289 RecursionCounter( 0 ),
359 if (RecursionCounter++ == 0) {
367 if ( --RecursionCounter == 0 && TotalCalls != 0 ) {
373 return ( RecursionCounter == 0 );
btQuickprof.h 98 int RecursionCounter;

Completed in 2356 milliseconds