Home
last modified time | relevance | path

Searched refs:swapRect (Results 1 – 7 of 7) sorted by relevance

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