Searched refs:EGLThread (Results 1 – 1 of 1) sorted by relevance
202 class EGLThread : public tcu::ThreadUtil::Thread class205 EGLThread (const Library& egl_, const glw::Functions& gl_, int seed);206 ~EGLThread (void);223 EGLThread::EGLThread (const Library& egl_, const glw::Functions& gl_, int seed) in EGLThread() function in deqp::egl::GLES2ThreadTest::EGLThread231 void EGLThread::deinit (void) in deinit()248 EGLThread::~EGLThread (void) in ~EGLThread()250 EGLThread::deinit(); in ~EGLThread()259 void init (EGLThread& thread, bool serverSync);260 bool waitReady (EGLThread& thread);291 void FenceSync::init (EGLThread& thread, bool serverSync) in init()[all …]