HomeSort by relevance Sort by last modified time
    Searched defs:m_egl (Results 1 - 10 of 10) sorted by null

  /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::__anon16925::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::__anon17070::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 489 const Library& m_egl; member in class:deqp::egl::__anon17061::RenderingContext
509 , m_egl (eglTestCtx.getLibrary())
523 m_context = m_egl.createContext(m_display, m_config, sharedContext, m_attribList);
524 EGLU_CHECK_MSG(m_egl, "eglCreateContext()");
532 m_egl.destroyContext(m_display, m_context);
537 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, surface, surface, m_context));
    [all...]

Completed in 280 milliseconds