Searched refs:egl_window_surface_t (Results 1 – 1 of 1) sorted by relevance
363 struct egl_window_surface_t : public egl_surface_t { struct364 static egl_window_surface_t* create(368 virtual ~egl_window_surface_t();379 egl_window_surface_t( argument389 egl_window_surface_t::egl_window_surface_t ( in egl_window_surface_t() function in egl_window_surface_t402 EGLBoolean egl_window_surface_t::init() in init()431 egl_window_surface_t* egl_window_surface_t::create( in create()435 egl_window_surface_t* wnd = new egl_window_surface_t( in create()444 egl_window_surface_t::~egl_window_surface_t() { in ~egl_window_surface_t()456 void egl_window_surface_t::setSwapInterval(int interval) in setSwapInterval()[all …]