• Home
  • Raw
  • Download

Lines Matching refs:TestThread

105 class TestThread : public de::Thread  class
115 TestThread (MultiThreadedTest& test, int id);
147 virtual bool runThread (TestThread& thread) = 0;
149 void execTest (TestThread& thread);
163 vector<TestThread*> m_threads;
173 inline const Library& TestThread::getLibrary (void) const in getLibrary()
178 TestThread::TestThread (MultiThreadedTest& test, int id) in TestThread() function in deqp::egl::TestThread
185 void TestThread::run (void) in run()
193 catch (const TestThread::TestStop&) in run()
214 void MultiThreadedTest::execTest (TestThread& thread) in execTest()
221 catch (const TestThread::TestStop&) in execTest()
325 throw TestThread::TestStop(); in barrier()
341 m_threads.push_back(new TestThread(*this, threadNdx)); in iterate()
355 if (m_threads[threadNdx]->getStatus() != TestThread::THREADSTATUS_RUNNING) in iterate()
518 bool runThread (TestThread& thread);
534 bool MultiThreadedConfigTest::runThread (TestThread& thread) in runThread()
708 bool runThread (TestThread& thread);
710 void createDestroyObjects (TestThread& thread, int count);
711 void pushObjectsToShared (TestThread& thread);
712 …void pullObjectsFromShared (TestThread& thread, int pbufferCount, int pixmapCount, int windowC…
713 void querySetSharedObjects (TestThread& thread, int count);
714 void destroyObjects (TestThread& thread);
898 bool MultiThreadedObjectTest::runThread (TestThread& thread) in runThread()
979 void MultiThreadedObjectTest::createDestroyObjects (TestThread& thread, int count) in createDestroyObjects()
1260 void MultiThreadedObjectTest::pushObjectsToShared (TestThread& thread) in pushObjectsToShared()
1288 void MultiThreadedObjectTest::pullObjectsFromShared (TestThread& thread, int pbufferCount, int pixm… in pullObjectsFromShared()
1329 void MultiThreadedObjectTest::querySetSharedObjects (TestThread& thread, int count) in querySetSharedObjects()
1417 void MultiThreadedObjectTest::destroyObjects (TestThread& thread) in destroyObjects()