/external/deqp/framework/egl/ |
egluCallLogWrapper.hpp | 50 const eglw::Library& m_egl; member in class:eglu::CallLogWrapper
|
egluGLFunctionLoader.hpp | 56 const eglw::Library& m_egl; member in class:eglu::GLFunctionLoader
|
egluUnique.hpp | 47 const eglw::Library& m_egl; member in class:eglu::UniqueDisplay 65 const eglw::Library& m_egl; member in class:eglu::UniqueSurface 84 const eglw::Library& m_egl; member in class:eglu::UniqueContext 100 const eglw::Library& m_egl; member in class:eglu::ScopedCurrentContext 114 const eglw::Library& m_egl; member in class:eglu::UniqueImage
|
egluGLContextFactory.cpp | 97 : m_egl(egl) 103 return (glw::GenericFuncType)m_egl.getProcAddress(name); 107 const Library& m_egl; member in class:eglu::__anon16765::GetProcFuncLoader
|
/external/deqp/framework/egl/wrapper/ |
eglwLibrary.hpp | 54 Functions m_egl; member in class:eglw::FuncPtrLibrary
|
/external/deqp/modules/egl/ |
teglThreadCleanUpTests.cpp | 62 : m_egl (egl) 75 EGLU_CHECK_MSG(m_egl, "eglCreateContext"); 76 m_egl.makeCurrent(m_display, m_surface, m_surface, context); 77 EGLU_CHECK_MSG(m_egl, "eglMakeCurrent"); 87 const eglu::UniqueSurface surface (m_egl, m_display, m_egl.createPbufferSurface(m_display, m_config, attribs)); 89 EGLU_CHECK_MSG(m_egl, "eglCreateContext"); 90 m_egl.makeCurrent(m_display, *surface, *surface, context); 91 EGLU_CHECK_MSG(m_egl, "eglMakeCurrent"); 105 m_egl.bindAPI(EGL_OPENGL_ES_API) 126 const Library& m_egl; member in class:deqp::egl::__anon16912::Thread [all...] |
teglColorClearCase.cpp | 282 : m_egl (egl) 300 m_egl.makeCurrent(m_display, m_surface, m_surface, m_context); 308 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 316 const Library& m_egl; member in class:deqp::egl::ColorClearThread
|
teglImageFormatTests.cpp | 158 const Library& m_egl; member in class:deqp::egl::Image::ImageApi 165 : m_egl (egl) 291 EGLU_CHECK_CALL(m_egl, getConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId)); 294 m_context = m_egl.createContext(m_display, config, EGL_NO_CONTEXT, attriblist); 295 EGLU_CHECK_MSG(m_egl, "Failed to create GLES2 context"); 298 EGLU_CHECK_MSG(m_egl, "Failed to make context current"); 303 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 304 m_egl.destroyContext(m_display, m_context); 311 gles2Api.m_egl.makeCurrent(gles2Api.m_display, gles2Api.m_surface, gles2Api.m_surface, gles2Api.m_context); 325 const EGLImageKHR image = source.createImage(m_egl, m_display, m_context, buffer.get()) [all...] |
teglRenderTests.cpp | 838 : m_egl (egl) 857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context)); 866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); 874 const Library& m_egl; member in class:deqp::egl::RenderTestThread [all...] |
teglRobustnessTests.cpp | 482 const Library& m_egl; member in class:deqp::egl::__anon16903::RenderingContext 502 , m_egl (eglTestCtx.getLibrary()) 516 m_context = m_egl.createContext(m_display, m_config, sharedContext, m_attribList); 517 EGLU_CHECK_MSG(m_egl, "eglCreateContext()"); 525 m_egl.destroyContext(m_display, m_context); 530 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, surface, surface, m_context)); [all...] |