Searched refs:EglState (Results 1 – 6 of 6) sorted by relevance
/external/libkmsxx/kmscube/ |
D | cube-egl.h | 5 class EglState 8 EglState(void *native_display); 9 ~EglState(); 24 EglSurface(const EglState& egl, void *native_window); 31 const EglState& egl;
|
D | cube-egl.cpp | 25 EglState::EglState(void *native_display) in EglState() function in EglState 93 EglState::~EglState() in ~EglState() 99 EglSurface::EglSurface(const EglState &egl, void *native_window) in EglSurface()
|
D | cube-gbm.cpp | 91 GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height) in GbmEglSurface() 169 const EglState& egl; 184 …OutputHandler(Card& card, GbmDevice& gdev, const EglState& egl, Connector* connector, Crtc* crtc, … in OutputHandler() 317 EglState egl(gdev.handle()); in main_gbm()
|
D | cube-null.cpp | 13 EglState egl(EGL_DEFAULT_DISPLAY); in main_null()
|
D | cube-wl.cpp | 89 EglState egl(display); in main_wl()
|
D | cube-x11.cpp | 15 EglState egl(dpy); in main_loop()
|