Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp902 GLint destClippedWidth = bounds.destRegion.width; in adjustSrcDstRegion() local
903 while (destClippedWidth > 2 * bounds.destBounds.width) in adjustSrcDstRegion()
905 destClippedWidth = destClippedWidth / 2; in adjustSrcDstRegion()
935 destOriginX = right - destClippedWidth; in adjustSrcDstRegion()
940 extraXOffset = (bounds.destRegion.width - destClippedWidth) / 2; in adjustSrcDstRegion()
975 (bounds.destRegion.x1() - (destOriginX + destClippedWidth) + extraXOffset / 2); in adjustSrcDstRegion()
992 gl::Rectangle(destOriginX, destOriginY, destClippedWidth, destClippedHeight); in adjustSrcDstRegion()