Lines Matching refs:destRegion
1164 gl::Box destRegion(destOffset, size); in copyTexture() local
1165 ANGLE_TRY(commitRegion(context, index, destRegion)); in copyTexture()
1212 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture() local
1213 ANGLE_TRY(commitRegion(context, index, destRegion)); in copySubTexture()
1915 gl::Box destRegion(destOffset, size); in copyTexture() local
1916 ANGLE_TRY(commitRegion(context, index, destRegion)); in copyTexture()
1965 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture() local
1966 ANGLE_TRY(commitRegion(context, index, destRegion)); in copySubTexture()
2636 gl::Box destRegion(0, 0, 0, sourceBox.width, sourceBox.height, sourceBox.depth); in copyTexture() local
2637 ANGLE_TRY(commitRegion(context, destIndex, destRegion)); in copyTexture()
2685 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copySubTexture() local
2687 ANGLE_TRY(commitRegion(context, destIndex, destRegion)); in copySubTexture()
3343 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copyTexture() local
3345 ANGLE_TRY(commitRegion(context, destIndex, destRegion)); in copyTexture()
3407 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copySubTexture() local
3409 ANGLE_TRY(commitRegion(context, destIndex, destRegion)); in copySubTexture()