Home | History | Annotate | Download | only in egl

Lines Matching refs:wnd

287     egl_window_surface_t* wnd = new egl_window_surface_t(
289 if (wnd && !wnd->init()) {
290 delete wnd;
291 wnd = NULL;
293 return wnd;