Home
last modified time | relevance | path

Searched refs:EGLThread (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp202 class EGLThread : public tcu::ThreadUtil::Thread class
205 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::EGLThread
231 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 …]