Home
last modified time | relevance | path

Searched refs:UsePresentPathFast (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp104 UsePresentPathFast(mRenderer, colorAttachment)) in clearImpl()
334 const bool invertColorSource = UsePresentPathFast(mRenderer, readBuffer); in blitImpl()
343 const bool invertColorDest = UsePresentPathFast(mRenderer, &drawBuffer); in blitImpl()
375 const bool invertSource = UsePresentPathFast(mRenderer, readBuffer); in blitImpl()
391 bool invertDest = UsePresentPathFast(mRenderer, drawBuffer); in blitImpl()
Drenderer11_utils.h432 bool UsePresentPathFast(const Renderer11 *renderer, const gl::FramebufferAttachment *colorbuffer);
Drenderer11_utils.cpp2717 bool UsePresentPathFast(const Renderer11 *renderer, in UsePresentPathFast() function
DRenderer11.cpp2534 const bool invertSource = UsePresentPathFast(this, colorAttachment); in copyImageInternal()
3466 const bool invertTexture = UsePresentPathFast(this, &srcAttachment); in readFromAttachment()
DStateManager11.cpp863 UsePresentPathFast(mRenderer, firstColorAttachment) || clipSpaceOriginUpperLeft; in checkPresentPath()