Searched refs:WindowSurface (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp230 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) function in class:egl::WindowSurface
236 WindowSurface::~WindowSurface()
238 WindowSurface::deleteResources();
241 bool WindowSurface::initialize()
248 void WindowSurface::swap()
260 EGLNativeWindowType WindowSurface::getWindowHandle() const
265 bool WindowSurface::checkForResize()
291 #error "WindowSurface
[all...]
H A DSurface.h99 class WindowSurface : public Surface class in namespace:egl
102 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
103 ~WindowSurface() override;
H A DDisplay.cpp308 Surface *surface = new WindowSurface(this, configuration, window);

Completed in 150 milliseconds