Lines Matching refs:copyImage
1002 angle::Result TextureD3D_2D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2D
1159 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1207 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
1755 angle::Result TextureD3D_Cube::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_Cube
1910 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1960 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
2530 angle::Result TextureD3D_3D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_3D
2631 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
2680 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
3226 angle::Result TextureD3D_2DArray::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2DArray
3336 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, imageBox, destOffset, in copyTexture()
3400 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, currentLayerBox, in copySubTexture()
3859 angle::Result TextureD3DImmutableBase::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3DImmutableBase