Searched refs:GbmSurface (Results 1 – 1 of 1) sorted by relevance
48 class GbmSurface class51 GbmSurface(GbmDevice& gdev, int width, int height) in GbmSurface() function in GbmSurface59 ~GbmSurface() in ~GbmSurface()64 GbmSurface(const GbmSurface& other) = delete;65 GbmSurface& operator=(const GbmSurface& other) = delete;95 gsurface = unique_ptr<GbmSurface>(new GbmSurface(gdev, width, height)); in GbmEglSurface()171 unique_ptr<GbmSurface> gsurface;