Searched refs:imageBox (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 3386 gl::Box imageBox(sourceBox.x, sourceBox.y, 0, sourceBox.width, sourceBox.height, 1); in copyTexture() local 3387 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, imageBox, destOffset, in copyTexture()
|