Searched refs:UsePresentPathFast (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 104 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()
|
D | renderer11_utils.h | 432 bool UsePresentPathFast(const Renderer11 *renderer, const gl::FramebufferAttachment *colorbuffer);
|
D | renderer11_utils.cpp | 2717 bool UsePresentPathFast(const Renderer11 *renderer, in UsePresentPathFast() function
|
D | Renderer11.cpp | 2534 const bool invertSource = UsePresentPathFast(this, colorAttachment); in copyImageInternal() 3466 const bool invertTexture = UsePresentPathFast(this, &srcAttachment); in readFromAttachment()
|
D | StateManager11.cpp | 863 UsePresentPathFast(mRenderer, firstColorAttachment) || clipSpaceOriginUpperLeft; in checkPresentPath()
|