Searched defs:DestroySurface (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc54 void SurfacesImpl::DestroySurface(SurfaceIdPtr id) { function in class:mojo::SurfacesImpl
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc197 void Display::DestroySurface(EGLSurface surface) { function in class:egl::Display
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.h151 DestroySurface_t DestroySurface; member in struct:_egl_api
/external/mesa3d/src/egl/main/
H A Deglapi.h151 DestroySurface_t DestroySurface; member in struct:_egl_api
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp853 class DestroySurface : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
856 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
864 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface) function in class:deqp::egl::GLES2ThreadTest::DestroySurface
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));

Completed in 195 milliseconds