Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.h58 virtual EGLNativeWindowType getWindowHandle() const = 0;
110 EGLNativeWindowType getWindowHandle() const override;
130 EGLNativeWindowType getWindowHandle() const override;
DSurface.cpp260 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle() function in egl::WindowSurface
364 EGLNativeWindowType PBufferSurface::getWindowHandle() const in getWindowHandle() function in egl::PBufferSurface
DDisplay.cpp571 if((*surface)->getWindowHandle() == window) in hasExistingWindowSurface()