Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DSurface.cpp74 if (!resetSwapChain()) in initialize()
92 bool Surface::resetSwapChain() in resetSwapChain() function in egl::Surface
128 if (!resetSwapChain(width, height)) in resetSwapChain()
161 bool Surface::resetSwapChain(int backbufferWidth, int backbufferHeight) in resetSwapChain() function in egl::Surface
323 resetSwapChain(clientWidth, clientHeight); in checkForOutOfDateSwapChain()
DSurface.h44 bool resetSwapChain();
79 bool resetSwapChain(int backbufferWidth, int backbufferHeight);
DDisplay.cpp403 (*surface)->resetSwapChain(); in restoreLostDevice()