Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp61 virtual EGLNativeWindowType getWindowHandle() const = 0;
125 EGLNativeWindowType getWindowHandle() const override;
148 EGLNativeWindowType getWindowHandle() const override;
DSurface.cpp328 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle() function in egl::WindowSurface
455 EGLNativeWindowType PBufferSurface::getWindowHandle() const in getWindowHandle() function in egl::PBufferSurface
DDisplay.cpp706 if(surface->getWindowHandle() == window) in hasExistingWindowSurface()