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.cpp323 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle() function in egl::WindowSurface
450 EGLNativeWindowType PBufferSurface::getWindowHandle() const in getWindowHandle() function in egl::PBufferSurface
DDisplay.cpp710 if(surface->getWindowHandle() == window) in hasExistingWindowSurface()