Home
last modified time | relevance | path

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

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