Searched refs:AutoTester (Results 1 – 2 of 2) sorted by relevance
27 DebugUtility::AutoTester* DebugUtility::s_AutoTester = NULL;30 DebugUtility::AutoTester*31 DebugUtility::AutoTester::Create( in Create()36 void* memory = allocator->Alloc(sizeof(AutoTester)); in Create()40 AutoTester* autoTester = new(memory) AutoTester(allocator, deviceAllocator); in Create()47 DebugUtility::AutoTester::Initialize( in Initialize()163 DebugUtility::AutoTester::Finalize() in Finalize()175 DebugUtility::AutoTester::Destroy() in Destroy()179 this->~AutoTester(); in Destroy()185 DebugUtility::AutoTester::AdvanceFrame() in AdvanceFrame()[all …]
102 s_AutoTester = AutoTester::Create(261 class AutoTester265 static AutoTester* Create(499 AutoTester(503 ~AutoTester();527 static AutoTester* s_AutoTester;529 class AutoTester532 static AutoTester* Create(os::IAllocator*,os::IAllocator*){return NULL;} in Create()