/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 119 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createPixmapSurface() function 127 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface() 260 …eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx… in executeForConfig()
|
D | teglQuerySurfaceTests.cpp | 349 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDis… in executeForConfig() 620 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDis… in executeForConfig()
|
D | teglRenderCase.cpp | 167 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig()
|
D | teglMakeCurrentPerfTests.cpp | 315 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createPixmap()
|
D | teglImageUtil.cpp | 127 …const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy,… in createSurface()
|
D | teglNativeColorMappingTests.cpp | 369 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
|
D | teglNativeCoordMappingTests.cpp | 421 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
|
D | teglCreateContextExtTests.cpp | 921 …eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeD… in iterate()
|
D | teglMultiThreadTests.cpp | 1152 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createDestroyObjects()
|
D | teglWideColorTests.cpp | 1330 …const EGLSurface surface = eglu::createPixmapSurface(nativeDisplay, *pixmap, m_eglDisplay, m… in executeTest()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 87 …eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createPixmapSurface() function in tcu::lnx::x11::egl::Library 89 …return (m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType*>(pixmap), at… in createPixmapSurface()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 17 eglCreatePixmapSurfaceFunc createPixmapSurface; variable
|
D | eglwInitCore.inl | 15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
|
D | eglwFuncPtrLibraryImpl.inl | 62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTy… function in FuncPtrLibrary 64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
|
D | eglwFuncPtrLibraryDecl.inl | 17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
|
D | eglwLibrary.inl | 17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixma…
|
D | eglwImpl.inl | 84 return egl->createPixmapSurface(dpy, config, (void*)pixmap, attrib_list);
|
/external/deqp/framework/egl/ |
D | egluUtil.hpp | 82 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
|
D | egluUtil.cpp | 369 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface() function 415 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
|
D | egluGLContextFactory.cpp | 269 …surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribLi… in createPixmap()
|
D | egluCallLogWrapper.inl | 126 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
|