Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp1026 GLint sourceClippedWidth = bounds.sourceRegion.width; in adjustSrcDstRegion() local
1027 while (sourceClippedWidth > 2 * bounds.sourceBounds.width) in adjustSrcDstRegion()
1029 sourceClippedWidth = sourceClippedWidth / 2; in adjustSrcDstRegion()
1059 sourceOriginX = right - sourceClippedWidth; in adjustSrcDstRegion()
1064 extraXOffset = (bounds.sourceRegion.width - sourceClippedWidth) / 2; in adjustSrcDstRegion()
1100 checkedXOffset = (bounds.sourceRegion.x1() - (sourceOriginX + sourceClippedWidth) + in adjustSrcDstRegion()
1118 gl::Rectangle(sourceOriginX, sourceOriginY, sourceClippedWidth, sourceClippedHeight); in adjustSrcDstRegion()