Searched refs:egl_window_surface_t (Results 1 – 1 of 1) sorted by relevance
232 struct egl_window_surface_t : public egl_surface_t { struct233 static egl_window_surface_t* create(237 virtual ~egl_window_surface_t();243 egl_window_surface_t(252 egl_window_surface_t::egl_window_surface_t ( in egl_window_surface_t() function in egl_window_surface_t263 EGLBoolean egl_window_surface_t::init() in init()284 egl_window_surface_t* egl_window_surface_t::create( in create()288 egl_window_surface_t* wnd = new egl_window_surface_t( in create()297 egl_window_surface_t::~egl_window_surface_t() { in ~egl_window_surface_t()308 void egl_window_surface_t::setSwapInterval(int interval) in setSwapInterval()[all …]