Home
last modified time | relevance | path

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

/external/libkmsxx/kmscube/
Dcube-egl.cpp99 EglSurface::EglSurface(const EglState &egl, void *native_window) in EglSurface() function in EglSurface
106 EglSurface::~EglSurface() in ~EglSurface()
111 void EglSurface::make_current() in make_current()
117 void EglSurface::swap_buffers() in swap_buffers()
Dcube-egl.h21 class EglSurface
24 EglSurface(const EglState& egl, void *native_window);
25 ~EglSurface();
Dcube-null.cpp14 EglSurface surface(egl, 0); in main_null()
Dcube-wl.cpp90 EglSurface surface(egl, window.egl_window); in main_wl()
Dcube-x11.cpp16 EglSurface surface(egl, (void*)(uintptr_t)window); in main_loop()