Home
last modified time | relevance | path

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

/external/libkmsxx/kmscube/
Dcube-gbm.cpp88 class GbmEglSurface class
91 GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height) in GbmEglSurface() function in GbmEglSurface
100 ~GbmEglSurface() in ~GbmEglSurface()
188 …m_surface1 = unique_ptr<GbmEglSurface>(new GbmEglSurface(card, gdev, egl, mode.hdisplay, mode.vdis… in OutputHandler()
193 m_surface2 = unique_ptr<GbmEglSurface>(new GbmEglSurface(card, gdev, egl, 400, 400)); in OutputHandler()
301 unique_ptr<GbmEglSurface> m_surface1;
302 unique_ptr<GbmEglSurface> m_surface2;