Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl17 eglCreatePixmapSurfaceFunc createPixmapSurface; variable
H A DeglwFuncPtrLibraryImpl.inl62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTy… function in FuncPtrLibrary
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp171 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayNULL
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp89 …eglw::EGLSurface createPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNative… in createPixmapSurface() function in tcu::lnx::x11::egl::Library
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DDisplayWgpu.cpp182 SurfaceImpl *DisplayWgpu::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp189 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayD3D
/aosp_15_r20/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp121 EGLSurface createPixmapSurface(EGLDisplay display, EGLConfig config, eglu::NativeDisplay &nativeDis… in createPixmapSurface() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp464 SurfaceImpl *DisplayWGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayWGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DDisplayVk.cpp294 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp413 SurfaceImpl *DisplayGLX::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayGLX
/aosp_15_r20/external/deqp/framework/egl/
H A DegluUtil.cpp380 EGLSurface createPixmapSurface(NativeDisplay &nativeDisplay, NativePixmap &pixmap, EGLDisplay displ… in createPixmapSurface() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp478 SurfaceImpl *DisplayEGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayEGL
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.cpp1473 Error Display::createPixmapSurface(const Config *configuration, in createPixmapSurface() function in egl::Display