Searched refs:WindowSurface (Results 1 – 3 of 3) sorted by relevance
230 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface() function in egl::WindowSurface236 WindowSurface::~WindowSurface() in ~WindowSurface()238 WindowSurface::deleteResources(); in ~WindowSurface()241 bool WindowSurface::initialize() in initialize()248 void WindowSurface::swap() in swap()260 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle()265 bool WindowSurface::checkForResize() in checkForResize()309 void WindowSurface::deleteResources() in deleteResources()317 bool WindowSurface::reset(int backBufferWidth, int backBufferHeight) in reset()
99 class WindowSurface : public Surface102 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);103 ~WindowSurface() override;
308 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()