Lines Matching refs:sourceBox
1134 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
1144 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_2D, sourceBox, in copyTexture()
1159 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1175 const gl::Box &sourceBox, in copySubTexture() argument
1192 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_2D, sourceBox, in copySubTexture()
1207 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
1212 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture()
1884 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
1895 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_2D, sourceBox, in copyTexture()
1910 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1926 const gl::Box &sourceBox, in copySubTexture() argument
1945 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_2D, sourceBox, in copySubTexture()
1960 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
1965 gl::Box destRegion(destOffset.x, destOffset.y, 0, sourceBox.width, sourceBox.height, 1); in copySubTexture()
2605 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
2616 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_3D, sourceBox, in copyTexture()
2631 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
2636 gl::Box destRegion(0, 0, 0, sourceBox.width, sourceBox.height, sourceBox.depth); in copyTexture()
2646 const gl::Box &sourceBox, in copySubTexture() argument
2665 context, source, static_cast<GLint>(sourceLevel), gl::TextureTarget::_3D, sourceBox, in copySubTexture()
2680 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
2685 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copySubTexture()
2686 sourceBox.height, sourceBox.depth); in copySubTexture()
3301 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
3316 sourceBox, internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copyTexture()
3335 gl::Box imageBox(sourceBox.x, sourceBox.y, 0, sourceBox.width, sourceBox.height, 1); in copyTexture()
3343 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copyTexture()
3344 sourceBox.height, sourceBox.depth); in copyTexture()
3355 const gl::Box &sourceBox, in copySubTexture() argument
3364 static_cast<GLint>(index.getLevelIndex()), destOffset.z, sourceBox.depth - destOffset.z); in copySubTexture()
3376 sourceBox, internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copySubTexture()
3382 for (int i = 0; i < sourceBox.depth; i++) in copySubTexture()
3385 gl::ImageIndex::Make2DArray(static_cast<GLint>(sourceLevel), i + sourceBox.z); in copySubTexture()
3389 gl::Box currentLayerBox(sourceBox.x, sourceBox.y, 0, sourceBox.width, sourceBox.height, in copySubTexture()
3407 gl::Box destRegion(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, in copySubTexture()
3408 sourceBox.height, sourceBox.depth); in copySubTexture()