Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp66 virtual bool isWindowSurface() const { return false; } in isWindowSurface() function in egl::Surface
122 bool isWindowSurface() const override { return true; } in isWindowSurface() function in egl::WindowSurface
DlibEGL.cpp687 if(surface == EGL_NO_SURFACE || eglSurface->isWindowSurface()) in BindTexImage()
729 if(surface == EGL_NO_SURFACE || eglSurface->isWindowSurface()) in ReleaseTexImage()
DDisplay.cpp708 if(surface->isWindowSurface()) in hasExistingWindowSurface()