Home
last modified time | relevance | path

Searched refs:PixmapSurface (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DSurface.h297 class PixmapSurface final : public Surface
300 PixmapSurface(rx::EGLImplFactory *implFactory,
307 ~PixmapSurface() override;
DSurface.cpp729 PixmapSurface::PixmapSurface(rx::EGLImplFactory *implFactory, in PixmapSurface() function in egl::PixmapSurface
739 PixmapSurface::~PixmapSurface() {} in ~PixmapSurface()
DDisplay.cpp1166 SurfacePointer surface(new PixmapSurface(mImplementation, configuration, nativePixmap, attribs, in createPixmapSurface()