Searched refs:egl_surface_t (Results 1 – 1 of 1) sorted by relevance
127 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \169 struct egl_surface_t { struct175 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument176 virtual ~egl_surface_t();209 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument218 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()222 egl_surface_t::~egl_surface_t() in ~egl_surface_t()229 struct egl_window_surface_t : public egl_surface_t {252 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()334 struct egl_pbuffer_surface_t : public egl_surface_t {[all …]