Home
last modified time | relevance | path

Searched defs:createPixmapSurface (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl17 eglCreatePixmapSurfaceFunc createPixmapSurface; variable
DeglwFuncPtrLibraryImpl.inl62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTy… function in FuncPtrLibrary
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp171 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayNULL
/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
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp190 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp157 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayVk
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp119 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createPixmapSurface() function
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp461 SurfaceImpl *DisplayWGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayWGL
/external/deqp/framework/egl/
DegluUtil.cpp371 EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay disp… in createPixmapSurface() function
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp456 SurfaceImpl *DisplayGLX::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayGLX
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp481 SurfaceImpl *DisplayEGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayEGL
/external/angle/src/libANGLE/
DDisplay.cpp1313 Error Display::createPixmapSurface(const Config *configuration, in createPixmapSurface() function in egl::Display