/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() 261 …eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx… in executeForConfig()
|
/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…
|
/external/angle/src/libANGLE/renderer/ |
D | EGLImplFactory.h | 55 virtual SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 63 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
D | DisplayNULL.cpp | 171 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayNULL
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 53 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 64 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/tests/ |
D | angle_unittests_utils.h | 119 MOCK_METHOD3(createPixmapSurface,
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 45 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.h | 40 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
D | DisplayD3D.cpp | 190 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayD3D
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 52 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 101 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
D | DisplayVk.cpp | 145 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayVk
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 60 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/deqp/framework/egl/ |
D | egluUtil.hpp | 82 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
|
D | egluUtil.cpp | 371 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface() function 418 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 67 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
|
/external/angle/src/libGLESv2/ |
D | egl_stubs.cpp | 204 display->createPixmapSurface(configuration, pixmap, attributes, &surface), in CreatePixmapSurface() 222 thread, display->createPixmapSurface(configuration, nativePixmap, attributes, &surface), in CreatePlatformPixmapSurface()
|
/external/angle/src/libANGLE/ |
D | Display.h | 158 Error createPixmapSurface(const Config *configuration,
|