Home
last modified time | relevance | path

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

/external/libkmsxx/kmscube/
Dcube-gbm.cpp25 class GbmDevice class
28 GbmDevice(Card& card) in GbmDevice() function in GbmDevice
34 ~GbmDevice() in ~GbmDevice()
39 GbmDevice(const GbmDevice& other) = delete;
40 GbmDevice& operator=(const GbmDevice& other) = delete;
51 GbmSurface(GbmDevice& gdev, int width, int height) in GbmSurface()
91 GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height) in GbmEglSurface()
184 …OutputHandler(Card& card, GbmDevice& gdev, const EglState& egl, Connector* connector, Crtc* crtc, … in OutputHandler()
316 GbmDevice gdev(card); in main_gbm()