Lines Matching refs:destOffset
82 const gl::Offset &destOffset, in CopyImage() argument
110 uint8_t *destData = static_cast<uint8_t *>(destMapped.pData) + destOffset.x * destPixelBytes + in CopyImage()
111 destOffset.y * destMapped.RowPitch + destOffset.z * destMapped.DepthPitch; in CopyImage()
374 const gl::Offset &destOffset, in copyFromFramebuffer() argument
395 return copyWithoutConversion(context, destOffset, sourceBox, textureHelper, in copyFromFramebuffer()
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
409 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
410 destOffset.z * mappedImage.DepthPitch; in copyFromFramebuffer()
452 const gl::Offset &destOffset, in copyWithoutConversion() argument
497 destOffset.x, destOffset.y, destOffset.z, in copyWithoutConversion()
503 destOffset.x, destOffset.y, destOffset.z, in copyWithoutConversion()