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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.h 107 class CProfileIterator
140 CProfileIterator( CProfileNode * start );
161 static CProfileIterator * Get_Iterator( void )
164 return new CProfileIterator( &Root );
166 static void Release_Iterator( CProfileIterator * iterator ) { delete ( iterator); }
168 static void dumpRecursive(CProfileIterator* profileIterator, int spacing);
btQuickprof.cpp 379 ** CProfileIterator
382 CProfileIterator::CProfileIterator( CProfileNode * start )
389 void CProfileIterator::First(void)
395 void CProfileIterator::Next(void)
401 bool CProfileIterator::Is_Done(void)
407 void CProfileIterator::Enter_Child( int index )
422 void CProfileIterator::Enter_Parent( void )
516 void CProfileManager::dumpRecursive(CProfileIterator* profileIterator, int spacing)
567 CProfileIterator* profileIterator = 0
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i 138 void CProfileIterator::Enter_Largest_Child()

Completed in 572 milliseconds