Searched refs:EglSurface (Results 1 – 5 of 5) sorted by relevance
99 EglSurface::EglSurface(const EglState &egl, void *native_window) in EglSurface() function in EglSurface106 EglSurface::~EglSurface() in ~EglSurface()111 void EglSurface::make_current() in make_current()117 void EglSurface::swap_buffers() in swap_buffers()
21 class EglSurface24 EglSurface(const EglState& egl, void *native_window);25 ~EglSurface();
14 EglSurface surface(egl, 0); in main_null()
90 EglSurface surface(egl, window.egl_window); in main_wl()
16 EglSurface surface(egl, (void*)(uintptr_t)window); in main_loop()