Lines Matching refs:getId
124 int getId (void) const { return m_id; } in getId() function in deqp::egl::TestThread
553 de::Random rnd (deInt32Hash(thread.getId() + 10435)); in runThread()
918 if (thread.getId() == 0) in runThread()
950 if (thread.getId() == 0) in runThread()
957 if (thread.getId() == 0) in runThread()
963 if (thread.getId() == 1) in runThread()
974 if (thread.getId() == 0) in runThread()
980 if (thread.getId() == 1) in runThread()
998 de::Random& rnd = (thread.getId() == 0 ? m_rnd0 : m_rnd1); in createDestroyObjects()
999 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in createDestroyObjects()
1000 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0… in createDestroyObjects()
1001 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0… in createDestroyObjects()
1002 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); in createDestroyObjects()
1278 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in pushObjectsToShared()
1279 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows… in pushObjectsToShared()
1280 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in pushObjectsToShared()
1281 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); in pushObjectsToShared()
1306 de::Random& rnd = (thread.getId() == 0 ? m_rnd0 : m_rnd1); in pullObjectsFromShared()
1307 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in pullObjectsFromShared()
1308 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows… in pullObjectsFromShared()
1309 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in pullObjectsFromShared()
1310 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); in pullObjectsFromShared()
1348 de::Random& rnd = (thread.getId() == 0 ? m_rnd0 : m_rnd1); in querySetSharedObjects()
1436 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in destroyObjects()
1437 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows… in destroyObjects()
1438 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps… in destroyObjects()
1439 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); in destroyObjects()