Searched refs:WindowSurface (Results 1 – 3 of 3) sorted by relevance
295 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface() function in egl::WindowSurface301 WindowSurface::~WindowSurface() in ~WindowSurface()303 WindowSurface::deleteResources(); in ~WindowSurface()306 bool WindowSurface::initialize() in initialize()313 void WindowSurface::swap() in swap()323 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle()328 bool WindowSurface::checkForResize() in checkForResize()386 void WindowSurface::deleteResources() in deleteResources()394 bool WindowSurface::reset(int backBufferWidth, int backBufferHeight) in reset()
114 class WindowSurface : public Surface class117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);118 ~WindowSurface() override;
327 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()