Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp213 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(display); in resetSwapChain() local
224 egl::Error SurfaceD3D::resizeSwapChain(DisplayD3D *displayD3D, in resizeSwapChain()
250 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain()
277 egl::Error SurfaceD3D::swapRect(DisplayD3D *displayD3D, in swapRect()
318 egl::Error SurfaceD3D::checkForOutOfDateSwapChain(DisplayD3D *displayD3D) in checkForOutOfDateSwapChain()
361 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in swap() local
371 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in postSubBuffer() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp158 EGLint SwapChain11::resetOffscreenBuffers(DisplayD3D *displayD3D, in resetOffscreenBuffers()
183 EGLint SwapChain11::resetOffscreenColorBuffer(DisplayD3D *displayD3D, in resetOffscreenColorBuffer()
375 EGLint SwapChain11::resetOffscreenDepthBuffer(DisplayD3D *displayD3D, in resetOffscreenDepthBuffer()
465 EGLint SwapChain11::resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) in resize()
581 EGLint SwapChain11::reset(DisplayD3D *displayD3D, in reset()
677 angle::Result SwapChain11::initPassThroughResources(DisplayD3D *displayD3D) in initPassThroughResources()
782 EGLint SwapChain11::swapRect(DisplayD3D *displayD3D, in swapRect()
808 EGLint SwapChain11::copyOffscreenToBackbuffer(DisplayD3D *displayD3D, in copyOffscreenToBackbuffer()
896 EGLint SwapChain11::present(DisplayD3D *displayD3D, EGLint x, EGLint y, EGLint width, EGLint height) in present()
/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()