FRHICommandList::CopyTexture not work on Android

I used FRHICommandList::CopyTexture copy texture from SrcTexture to DestTexture, The code worked well on IOS, It`s can get right pixel on texture, but this RHI Function is bad work on android, DestTexture pixel is wrong.
so. How do I get the right DestTexture on android?