Lines Matching refs:displayD3D
213 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(display); in resetSwapChain() local
214 egl::Error error = resetSwapChain(displayD3D, width, height); in resetSwapChain()
224 egl::Error SurfaceD3D::resizeSwapChain(DisplayD3D *displayD3D, in resizeSwapChain() argument
232 mSwapChain->resize(displayD3D, std::max(1, backbufferWidth), std::max(1, backbufferHeight)); in resizeSwapChain()
250 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain() argument
257 EGLint status = mSwapChain->reset(displayD3D, std::max(1, backbufferWidth), in resetSwapChain()
277 egl::Error SurfaceD3D::swapRect(DisplayD3D *displayD3D, in swapRect() argument
300 EGLint status = mSwapChain->swapRect(displayD3D, x, y, width, height); in swapRect()
313 ANGLE_TRY(checkForOutOfDateSwapChain(displayD3D)); in swapRect()
318 egl::Error SurfaceD3D::checkForOutOfDateSwapChain(DisplayD3D *displayD3D) in checkForOutOfDateSwapChain() argument
349 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
353 ANGLE_TRY(resizeSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
361 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in swap() local
362 return swapRect(displayD3D, 0, 0, mWidth, mHeight); in swap()
371 DisplayD3D *displayD3D = GetImplAs<DisplayD3D>(context->getDisplay()); in postSubBuffer() local
372 return swapRect(displayD3D, x, y, width, height); in postSubBuffer()