/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createPixmapSurface() function 93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface() 201 …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 | 162 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig()
|
D | teglImageUtil.cpp | 127 …const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy,… in createSurface()
|
D | teglMakeCurrentPerfTests.cpp | 315 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createPixmap()
|
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 | 935 …eglu::UniqueSurface surface (egl, m_display, eglu::createPixmapSurface(m_eglTestCtx.getNativeD… in iterate()
|
D | teglMultiThreadTests.cpp | 1168 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createDestroyObjects()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11EglPlatform.cpp | 83 …eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createPixmapSurface() function in tcu::x11::egl::Library 85 …return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EG… 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…
|
/external/deqp/framework/egl/ |
D | egluUtil.hpp | 81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
|
D | egluUtil.cpp | 321 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface() function 349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
|
D | egluGLContextFactory.cpp | 259 …surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribLi… in createPixmap()
|
D | egluCallLogWrapper.inl | 106 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
|