Searched refs:ScopedCurrentContext (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/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);
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglResizeTests.cpp | 79 using eglu::ScopedCurrentContext; 351 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 391 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate() 492 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
|
D | teglImageTests.cpp | 77 using eglu::ScopedCurrentContext; 318 ScopedCurrentContext m_current;
|