Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp277 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()
DSwapChainD3D.h56 virtual EGLint swapRect(DisplayD3D *displayD3D,
DSurfaceD3D.h85 egl::Error swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height);
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.h38 EGLint swapRect(DisplayD3D *displayD3D,
DSwapChain9.cpp278 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/
DSwapChain11.h39 EGLint swapRect(DisplayD3D *displayD3D,
DSwapChain11.cpp368 swapRect(displayD3D, 0, 0, backbufferWidth, backbufferHeight); in resetOffscreenColorBuffer()
782 EGLint SwapChain11::swapRect(DisplayD3D *displayD3D, in swapRect() function in rx::SwapChain11
/external/skqp/tests/
DPathTest.cpp2316 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/
DPathTest.cpp2303 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()