Searched refs:ScopedCurrentContext (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/egl/ |
D | egluUnique.cpp | 86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw… in ScopedCurrentContext() function in eglu::ScopedCurrentContext 93 ScopedCurrentContext::~ScopedCurrentContext (void) in ~ScopedCurrentContext()
|
D | egluUnique.hpp | 93 class ScopedCurrentContext class 96 …ScopedCurrentContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface draw, e… 97 ~ScopedCurrentContext (void);
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 79 using eglu::ScopedCurrentContext; 349 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 388 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 488 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
|
D | teglImageTests.cpp | 77 using eglu::ScopedCurrentContext; 264 ScopedCurrentContext m_current;
|