Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DSurfaceGLX.h23 virtual egl::Error checkForResize() = 0;
DWindowSurfaceGLX.cpp163 egl::Error error = checkForResize(); in swap()
257 egl::Error WindowSurfaceGLX::checkForResize() in checkForResize() function in rx::WindowSurfaceGLX
DPixmapSurfaceGLX.h52 egl::Error checkForResize() override;
DPbufferSurfaceGLX.h53 egl::Error checkForResize() override;
DWindowSurfaceGLX.h56 egl::Error checkForResize() override;
DPbufferSurfaceGLX.cpp129 egl::Error PbufferSurfaceGLX::checkForResize() in checkForResize() function in rx::PbufferSurfaceGLX
DPixmapSurfaceGLX.cpp206 egl::Error PixmapSurfaceGLX::checkForResize() in checkForResize() function in rx::PixmapSurfaceGLX
DDisplayGLX.cpp771 ANGLE_TRY(glxDrawSurface->checkForResize()); in waitNative()
777 ANGLE_TRY(glxReadSurface->checkForResize()); in waitNative()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp147 return checkForResize(); in swap()
186 return checkForResize(); in postSubBuffer()
374 egl::Error DXGISwapChainWindowSurfaceWGL::checkForResize() in checkForResize() function in rx::DXGISwapChainWindowSurfaceWGL
DDXGISwapChainWindowSurfaceWGL.h69 egl::Error checkForResize();