Home
last modified time | relevance | path

Searched refs:createPixmapSurface (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp119 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/
DtcuLnxX11EglDisplayFactory.cpp87 …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/
DeglwFunctions.inl17 eglCreatePixmapSurfaceFunc createPixmapSurface; variable
DeglwInitCore.inl15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
DeglwFuncPtrLibraryImpl.inl62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTy… function in FuncPtrLibrary
64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
DeglwFuncPtrLibraryDecl.inl17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
DeglwLibrary.inl17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixma…
/external/angle/src/libANGLE/renderer/
DEGLImplFactory.h55 virtual SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h53 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h63 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DDisplayNULL.cpp171 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayNULL
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h64 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/tests/
Dangle_unittests_utils.h119 MOCK_METHOD3(createPixmapSurface,
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h40 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DDisplayD3D.cpp190 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h45 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h52 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h101 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DDisplayVk.cpp145 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayVk
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h60 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/deqp/framework/egl/
DegluUtil.hpp82 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw…
DegluUtil.cpp371 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/
DDisplayMtl.h67 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libGLESv2/
Degl_stubs.cpp204 display->createPixmapSurface(configuration, pixmap, attributes, &surface), in CreatePixmapSurface()
222 thread, display->createPixmapSurface(configuration, nativePixmap, attributes, &surface), in CreatePlatformPixmapSurface()
/external/angle/src/libANGLE/
DDisplay.h158 Error createPixmapSurface(const Config *configuration,

12