Searched refs:egl_surface_t (Results 1 – 1 of 1) sorted by relevance
186 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \275 struct egl_surface_t { struct281 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument282 virtual ~egl_surface_t();329 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument344 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()348 egl_surface_t::~egl_surface_t() in ~egl_surface_t()357 struct egl_window_surface_t : public egl_surface_t {386 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()593 struct egl_pbuffer_surface_t : public egl_surface_t {[all …]