Home
last modified time | relevance | path

Searched refs:checkForResize (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp315 return checkForResize(); in initialize()
324 checkForResize(); in swap()
333 bool WindowSurface::checkForResize() in checkForResize() function in egl::WindowSurface
DSurface.hpp129 bool checkForResize();
/external/angle/src/libANGLE/renderer/gl/glx/
DSurfaceGLX.h23 virtual egl::Error checkForResize() = 0;
DWindowSurfaceGLX.cpp143 egl::Error error = checkForResize(); in swap()
210 egl::Error WindowSurfaceGLX::checkForResize() in checkForResize() function in rx::WindowSurfaceGLX
DPbufferSurfaceGLX.h53 egl::Error checkForResize() override;
DWindowSurfaceGLX.h55 egl::Error checkForResize() override;
DPbufferSurfaceGLX.cpp129 egl::Error PbufferSurfaceGLX::checkForResize() in checkForResize() function in rx::PbufferSurfaceGLX
DDisplayGLX.cpp749 ANGLE_TRY(glxDrawSurface->checkForResize()); in waitNative()
755 ANGLE_TRY(glxReadSurface->checkForResize()); in waitNative()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp136 return checkForResize(); in swap()
173 return checkForResize(); in postSubBuffer()
341 egl::Error DXGISwapChainWindowSurfaceWGL::checkForResize() in checkForResize() function in rx::DXGISwapChainWindowSurfaceWGL
DDXGISwapChainWindowSurfaceWGL.h68 egl::Error checkForResize();