Home | History | Annotate | Download | only in egl

Lines Matching defs:DestroySurface

241 		egl.destroySurface(runtimeContext->display, eglSurface);
832 class DestroySurface : public tcu::ThreadUtil::Operation
835 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
843 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface)
844 : tcu::ThreadUtil::Operation ("DestroySurface")
851 void DestroySurface::exec (tcu::ThreadUtil::Thread& t)
856 EGLU_CHECK_CALL(thread.egl, destroySurface(m_display, m_surface->surface));
2237 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManager.popSurface(0)));
3111 m_threads[0]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface1));
3112 m_threads[1]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface2));