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

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 17 eglCreatePixmapSurfaceFunc createPixmapSurface;
eglwInitCore.inl 15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
eglwFuncPtrLibraryDecl.inl 17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
eglwFuncPtrLibraryImpl.inl 62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const
64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
eglwLibrary.inl 17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0;
eglwImpl.inl 84 return egl->createPixmapSurface(dpy, config, (void*)pixmap, attrib_list);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
89 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate)
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
201 eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate));
teglRenderCase.cpp 162 EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL);
teglQuerySurfaceTests.cpp 349 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display, config, DE_NULL));
620 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display, config, DE_NULL));
teglImageUtil.cpp 127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL);
teglMakeCurrentPerfTests.cpp 315 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config, DE_NULL);
teglCreateContextExtTests.cpp 921 eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, config, DE_NULL));
    [all...]
teglNativeColorMappingTests.cpp 369 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
teglNativeCoordMappingTests.cpp 421 eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
teglWideColorTests.cpp     [all...]
teglMultiThreadTests.cpp     [all...]
  /external/deqp/framework/egl/
egluUtil.hpp 81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
egluUtil.cpp 321 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList)
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]);
egluGLContextFactory.cpp 259 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
egluCallLogWrapper.inl 126 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]

Completed in 714 milliseconds