Home | History | Annotate | Download | only in egl

Lines Matching refs:DestroySurface

853 class DestroySurface : public tcu::ThreadUtil::Operation
856 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
864 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface)
865 : tcu::ThreadUtil::Operation ("DestroySurface")
872 void DestroySurface::exec (tcu::ThreadUtil::Thread& thread)
2257 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManager.popSurface(0)));
3108 m_threads[0]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface1));
3109 m_threads[1]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface2));