Searched refs:swapRect (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Surface.cpp | 185 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()
|
D | Surface.h | 80 bool swapRect(EGLint x, EGLint y, EGLint width, EGLint height);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | SwapChain.h | 34 virtual EGLint swapRect(EGLint x, EGLint y, EGLint width, EGLint height) = 0;
|
D | SwapChain9.h | 28 virtual EGLint swapRect(EGLint x, EGLint y, EGLint width, EGLint height);
|
D | SwapChain11.h | 28 virtual EGLint swapRect(EGLint x, EGLint y, EGLint width, EGLint height);
|
D | SwapChain11.cpp | 356 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
|
D | SwapChain9.cpp | 279 EGLint SwapChain9::swapRect(EGLint x, EGLint y, EGLint width, EGLint height) in swapRect() function in rx::SwapChain9
|