Searched refs:swapRect (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 277 egl::Error SurfaceD3D::swapRect(DisplayD3D *displayD3D, in swapRect() function in rx::SurfaceD3D 300 EGLint status = mSwapChain->swapRect(displayD3D, x, y, width, height); in swapRect() 362 return swapRect(displayD3D, 0, 0, mWidth, mHeight); in swap() 372 return swapRect(displayD3D, x, y, width, height); in postSubBuffer()
|
D | SwapChainD3D.h | 56 virtual EGLint swapRect(DisplayD3D *displayD3D,
|
D | SurfaceD3D.h | 85 egl::Error swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height);
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.h | 38 EGLint swapRect(DisplayD3D *displayD3D,
|
D | SwapChain9.cpp | 278 EGLint SwapChain9::swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in swapRect() function in rx::SwapChain9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.h | 39 EGLint swapRect(DisplayD3D *displayD3D,
|
D | SwapChain11.cpp | 368 swapRect(displayD3D, 0, 0, backbufferWidth, backbufferHeight); in resetOffscreenColorBuffer() 782 EGLint SwapChain11::swapRect(DisplayD3D *displayD3D, in swapRect() function in rx::SwapChain11
|
/external/skqp/tests/ |
D | PathTest.cpp | 2316 SkRect swapRect = testRect; in test_is_simple_closed_rect() local 2317 swap(swapRect.fLeft, swapRect.fRight); in test_is_simple_closed_rect() 2319 path2.addRect(swapRect, dir, start); in test_is_simple_closed_rect() 2321 swapRect = testRect; in test_is_simple_closed_rect() 2322 swap(swapRect.fTop, swapRect.fBottom); in test_is_simple_closed_rect() 2324 path2.addRect(swapRect, dir, start); in test_is_simple_closed_rect()
|
/external/skia/tests/ |
D | PathTest.cpp | 2303 SkRect swapRect = testRect; in test_is_closed_rect() local 2304 swap(swapRect.fLeft, swapRect.fRight); in test_is_closed_rect() 2306 path2.addRect(swapRect, dir, start); in test_is_closed_rect() 2308 swapRect = testRect; in test_is_closed_rect() 2309 swap(swapRect.fTop, swapRect.fBottom); in test_is_closed_rect() 2311 path2.addRect(swapRect, dir, start); in test_is_closed_rect()
|