Home
last modified time | relevance | path

Searched defs:sourceBox (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp82 const gl::Box &sourceBox, in CopyImage()
369 gl::Box sourceBox(0, 0, 0, mWidth, mHeight, mDepth); in copyFromTexStorage() local
398 gl::Box sourceBox(sourceArea.x, sourceArea.y, z, sourceArea.width, sourceArea.height, 1); in copyFromFramebuffer() local
H A DSwapChain11.cpp359 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
H A DRenderer11.cpp2661 const gl::Box &sourceBox, in copyTexture()
3312 const gl::Box &sourceBox, in copyImage()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1233 gl::Box sourceBox(gl::kOffsetZero, srcImageDesc.size); in copyTexture() local
1256 const gl::Box &sourceBox, in copySubTexture()
1463 const gl::Box &sourceBox, in copySubTextureImpl()
1590 const gl::Box &sourceBox, in copySubImageImplWithTransfer()
1718 const gl::Box &sourceBox, in copySubImageImplWithDraw()
2869 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local
2895 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1249 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
1290 const gl::Box &sourceBox, in copySubTexture()
2016 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
2058 const gl::Box &sourceBox, in copySubTexture()
2755 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
2796 const gl::Box &sourceBox, in copySubTexture()
3464 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
3517 const gl::Box &sourceBox, in copySubTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DTextureImpl.cpp37 const gl::Box &sourceBox, in copySubTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DTextureNULL.cpp105 const gl::Box &sourceBox, in copySubTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DTextureWgpu.cpp181 const gl::Box &sourceBox, in copySubTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2556 const gl::Box &sourceBox, in copyTexture()
2907 const gl::Box &sourceBox, in copyImage()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp986 const gl::Box &sourceBox, in copySubTexture()
/aosp_15_r20/external/angle/src/libANGLE/
H A DTexture.cpp1656 const Box &sourceBox, in copySubTexture()