Home
last modified time | relevance | path

Searched defs:displayD3D (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp158 EGLint SwapChain11::resetOffscreenBuffers(DisplayD3D *displayD3D, in resetOffscreenBuffers()
183 EGLint SwapChain11::resetOffscreenColorBuffer(DisplayD3D *displayD3D, in resetOffscreenColorBuffer()
381 EGLint SwapChain11::resetOffscreenDepthBuffer(DisplayD3D *displayD3D, in resetOffscreenDepthBuffer()
471 EGLint SwapChain11::resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) in resize()
587 EGLint SwapChain11::reset(DisplayD3D *displayD3D, in reset()
683 angle::Result SwapChain11::initPassThroughResources(DisplayD3D *displayD3D) in initPassThroughResources()
788 EGLint SwapChain11::swapRect(DisplayD3D *displayD3D, in swapRect()
814 EGLint SwapChain11::copyOffscreenToBackbuffer(DisplayD3D *displayD3D, in copyOffscreenToBackbuffer()
902 EGLint SwapChain11::present(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in present()
/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp207 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(display); in resetSwapChain() local
218 egl::Error SurfaceD3D::resizeSwapChain(DisplayD3D *displayD3D, in resizeSwapChain()
244 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain()
271 egl::Error SurfaceD3D::swapRect(DisplayD3D *displayD3D, in swapRect()
312 egl::Error SurfaceD3D::checkForOutOfDateSwapChain(DisplayD3D *displayD3D) in checkForOutOfDateSwapChain()
355 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in swap() local
366 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in postSubBuffer() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp88 EGLint SwapChain9::resize(DisplayD3D *displayD3D, int backbufferWidth, int backbufferHeight) in resize()
94 EGLint SwapChain9::reset(DisplayD3D *displayD3D, in reset()
278 EGLint SwapChain9::swapRect(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in swapRect()