Searched refs:getRotatedScissoredRenderArea (Results 1 – 3 of 3) sorted by relevance
133 gl::Rectangle getRotatedScissoredRenderArea(ContextVk *contextVk) const;
459 const gl::Rectangle scissoredRenderArea = getRotatedScissoredRenderArea(contextVk); in clearImpl()1093 if (!gl::ClipRectangle(getRotatedScissoredRenderArea(contextVk), srcClippedDestArea, &blitArea)) in blit()2757 gl::Rectangle FramebufferVk::getRotatedScissoredRenderArea(ContextVk *contextVk) const in getRotatedScissoredRenderArea() function in rx::FramebufferVk
1468 gl::Rectangle scissoredRenderArea = mDrawFramebuffer->getRotatedScissoredRenderArea(this); in handleDirtyGraphicsRenderPass()