Searched refs:UsePresentPathFast (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.cpp | 93 UsePresentPathFast(mRenderer, colorAttachment)) in clearImpl() 310 const bool invertColorSource = UsePresentPathFast(mRenderer, readBuffer); in blitImpl() 319 const bool invertColorDest = UsePresentPathFast(mRenderer, &drawBuffer); in blitImpl() 349 const bool invertSource = UsePresentPathFast(mRenderer, readBuffer); in blitImpl() 365 bool invertDest = UsePresentPathFast(mRenderer, drawBuffer); in blitImpl()
|
| D | renderer11_utils.h | 440 bool UsePresentPathFast(const Renderer11 *renderer, const gl::FramebufferAttachment *colorbuffer);
|
| D | renderer11_utils.cpp | 2592 bool UsePresentPathFast(const Renderer11 *renderer, in UsePresentPathFast() function
|
| D | Renderer11.cpp | 2490 const bool invertSource = UsePresentPathFast(this, colorAttachment); in copyImageInternal() 3414 const bool invertTexture = UsePresentPathFast(this, &srcAttachment); in readFromAttachment()
|
| D | StateManager11.cpp | 863 UsePresentPathFast(mRenderer, firstColorAttachment) || clipSpaceOriginUpperLeft; in checkPresentPath()
|