Searched defs:swapRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp185 bool Surface::swapRect(EGLint x, EGLint y, EGLint width, EGLint height) function in class:egl::Surface
207 EGLint status = mSwapChain->swapRect(x, y, width, height);
345 return swapRect(0, 0, mWidth, mHeight);
356 return swapRect(x, y, width, height);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DSwapChain9.cpp279 EGLint SwapChain9::swapRect(EGLint x, EGLint y, EGLint width, EGLint height) function in class:rx::SwapChain9
H A DSwapChain11.cpp356 swapRect(0, 0, mWidth, mHeight);
597 EGLint SwapChain11::swapRect(EGLint x, EGLint y, EGLint width, EGLint height) function in class:rx::SwapChain11

Completed in 172 milliseconds