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

  /external/deqp/framework/egl/
egluUnique.cpp 34 : m_egl (egl)
42 m_egl.terminate(m_display);
51 : m_egl (egl)
60 m_egl.destroySurface(m_display, m_surface);
69 : m_egl (egl)
78 m_egl.destroyContext(m_display, m_context);
87 : m_egl (egl)
90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
95 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
99 : m_egl (egl
    [all...]
egluCallLogWrapper.hpp 50 const eglw::Library& m_egl; member in class:eglu::CallLogWrapper
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
egluCallLogWrapper.inl 11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api);
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
31 eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
46 eglw::EGLint returnValue = m_egl.clientWaitSync(dpy, sync, flags, timeout);
56 eglw::EGLint returnValue = m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout);
66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);
86 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
96 eglw::EGLImageKHR returnValue = m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list);
106 eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list)
    [all...]
egluGLFunctionLoader.cpp 33 : m_egl (egl)
43 return (glw::GenericFuncType)m_egl.getProcAddress(name);
egluGLFunctionLoader.hpp 56 const eglw::Library& m_egl; member in class:eglu::GLFunctionLoader
egluGLContextFactory.cpp 100 : m_egl(egl)
106 return (glw::GenericFuncType)m_egl.getProcAddress(name);
110 const Library& m_egl; member in class:eglu::__anon19438::GetProcFuncLoader
egluCallLogWrapper.cpp 38 : m_egl (egl)
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryImpl.inl 9 return m_egl.bindAPI(api);
14 return m_egl.bindTexImage(dpy, surface, buffer);
19 return m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
24 return m_egl.clientWaitSync(dpy, sync, flags, timeout);
29 return m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout);
34 return m_egl.copyBuffers(dpy, surface, target);
39 return m_egl.createContext(dpy, config, share_context, attrib_list);
44 return m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
49 return m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list);
54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list)
    [all...]
eglwLibrary.hpp 54 Functions m_egl; member in class:eglw::FuncPtrLibrary
eglwLibrary.cpp 133 initCore(&m_egl, &loader);
136 if (m_egl.getProcAddress)
138 const ExtLoader loader(m_egl.getProcAddress);
139 initExtensions(&m_egl, &loader);
  /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)
128 const Library& m_egl; member in class:deqp::egl::__anon19593::Thread
    [all...]
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);
328 const EGLImageKHR image = source.createImage(m_egl, m_display, m_context, buffer.get())
    [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);
313 m_egl.releaseThread();
317 const Library& m_egl; member in class:deqp::egl::ColorClearThread
teglRenderTests.cpp 875 : m_egl (egl)
894 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
903 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
908 m_egl.releaseThread();
912 const Library& m_egl; member in class:deqp::egl::RenderTestThread
    [all...]
teglRobustnessTests.cpp 489 const Library& m_egl; member in class:deqp::egl::__anon19585::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...]
teglGLES2SharedRenderingPerfTests.cpp 730 const Library& m_egl; member in class:deqp::egl::__anon19561::TestThread
752 , m_egl (egl)
806 m_egl.releaseThread();
    [all...]
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 159 GetProcFuncLoader(const eglw::Library& egl): m_egl(egl)
165 return (glw::GenericFuncType)m_egl.getProcAddress(name);
168 const eglw::Library& m_egl; member in class:tcu::surfaceless::GetProcFuncLoader
217 const eglw::DefaultLibrary m_egl; member in class:tcu::surfaceless::EglRenderContext
241 : m_egl("libEGL.so")
272 m_eglDisplay = m_egl.getDisplay(NULL);
273 EGLU_CHECK_MSG(m_egl, "eglGetDisplay()");
277 EGLU_CHECK_CALL(m_egl, initialize(m_eglDisplay, &eglMajorVersion, &eglMinorVersion));
359 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_ES_API));
362 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_API))
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 84 return (m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType*>(target));
89 return (m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType*>(pixmap), attrib_list);
94 return (m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType*>(win), attrib_list);
99 return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id));

Completed in 669 milliseconds