Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp230 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface() function in egl::WindowSurface
236 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()
DSurface.h99 class WindowSurface : public Surface
102 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
103 ~WindowSurface() override;
DDisplay.cpp308 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()