Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1958 const gl::Offset modifiedDestOffset(destOffset.x + clippedSourceArea.x - sourceArea.x,
1965 return copySubImageCPU(context, index, modifiedDestOffset, clippedSourceArea,
1970 return copySubImageWithDraw(context, index, modifiedDestOffset, clippedSourceArea,
1976 const gl::Offset &modifiedDestOffset,
1991 blitParams.dstRect = gl::Rectangle(modifiedDestOffset.x, modifiedDestOffset.y,
2010 const gl::Offset &modifiedDestOffset,
2027 MTLRegion mtlDstRowArea = MTLRegionMake2D(modifiedDestOffset.x, 0, clippedSourceArea.width, 1);
2051 mtlDstRowArea.origin.y = modifiedDestOffset.y + r;
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp720 const gl::Offset modifiedDestOffset(destOffset.x + clippedSourceArea.x - sourceArea.x, in copySubImageImpl() local
739 return copySubImageImplWithTransfer(contextVk, offsetImageIndex, modifiedDestOffset, in copySubImageImpl()
757 return copySubImageImplWithDraw(contextVk, offsetImageIndex, modifiedDestOffset, destFormat, in copySubImageImpl()
776 context, offsetImageIndex, clippedSourceArea, modifiedDestOffset, in copySubImageImpl()