Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp46 gl::Rectangle destBounds; member
68 bounds.destBounds = gl::Rectangle(0, 0, drawSize.width, drawSize.height); in GetBlitFramebufferBounds()
882 if (!ClipRectangle(bounds.destBounds, bounds.destRegion, nullptr)) in adjustSrcDstRegion()
887 if (!bounds.destBounds.encloses(bounds.destRegion)) in adjustSrcDstRegion()
903 while (destClippedWidth > 2 * bounds.destBounds.width) in adjustSrcDstRegion()
910 while (destClippedHeight > 2 * bounds.destBounds.height) in adjustSrcDstRegion()
927 if (left >= 0 && left < bounds.destBounds.width) in adjustSrcDstRegion()
932 else if (right > 0 && right <= bounds.destBounds.width) in adjustSrcDstRegion()
945 if (top >= 0 && top < bounds.destBounds.height) in adjustSrcDstRegion()
950 else if (bottom > 0 && bottom <= bounds.destBounds.height) in adjustSrcDstRegion()
[all …]