Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp47 gl::Rectangle destRegion; member
69 bounds.destRegion = destArea.removeReversal(); in GetBlitFramebufferBounds()
878 if (bounds.destRegion.width == 0 || bounds.sourceRegion.width == 0 || in adjustSrcDstRegion()
879 bounds.destRegion.height == 0 || bounds.sourceRegion.height == 0) in adjustSrcDstRegion()
883 if (!ClipRectangle(bounds.destBounds, bounds.destRegion, nullptr)) in adjustSrcDstRegion()
888 if (!bounds.destBounds.encloses(bounds.destRegion)) in adjustSrcDstRegion()
900 GLint destOriginX = bounds.destRegion.x; in adjustSrcDstRegion()
901 GLint destOriginY = bounds.destRegion.y; in adjustSrcDstRegion()
903 GLint destClippedWidth = bounds.destRegion.width; in adjustSrcDstRegion()
910 GLint destClippedHeight = bounds.destRegion.height; in adjustSrcDstRegion()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1218 gl::Box destRegion(destOffset, size); in copyTexture() local
1219 ANGLE_TRY(commitRegion(context, index, destRegion)); in copyTexture()
1266 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture() local
1267 ANGLE_TRY(commitRegion(context, index, destRegion)); in copySubTexture()
1970 gl::Box destRegion(destOffset, size); in copyTexture() local
1971 ANGLE_TRY(commitRegion(context, index, destRegion)); in copyTexture()
2020 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture() local
2021 ANGLE_TRY(commitRegion(context, index, destRegion)); in copySubTexture()
2693 gl::Box destRegion(0, 0, 0, sourceBox.width, sourceBox.height, sourceBox.depth); in copyTexture() local
2694 ANGLE_TRY(commitRegion(context, destIndex, destRegion)); in copyTexture()
[all …]