Home
last modified time | relevance | path

Searched refs:swapRect (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A 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()
H A DSwapChainD3D.h56 virtual EGLint swapRect(DisplayD3D *displayD3D,
H A DSurfaceD3D.h85 egl::Error swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.h38 EGLint swapRect(DisplayD3D *displayD3D,
H A DSwapChain9.cpp278 EGLint SwapChain9::swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in swapRect() function in rx::SwapChain9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.h39 EGLint swapRect(DisplayD3D *displayD3D,
H A DSwapChain11.cpp368 swapRect(displayD3D, 0, 0, backbufferWidth, backbufferHeight); in resetOffscreenColorBuffer()
782 EGLint SwapChain11::swapRect(DisplayD3D *displayD3D, in swapRect() function in rx::SwapChain11
/third_party/skia/tests/
H A DPathTest.cpp2302 SkRect swapRect = testRect; in test_is_closed_rect() local
2303 swap(swapRect.fLeft, swapRect.fRight); in test_is_closed_rect()
2305 path2.addRect(swapRect, dir, start); in test_is_closed_rect()
2307 swapRect = testRect; in test_is_closed_rect()
2308 swap(swapRect.fTop, swapRect.fBottom); in test_is_closed_rect()
2310 path2.addRect(swapRect, dir, start); in test_is_closed_rect()

Completed in 14 milliseconds