/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 82 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
|
D | SwapChain11.cpp | 359 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
|
D | Renderer11.cpp | 2688 const gl::Box &sourceBox, in copyTexture() 3339 const gl::Box &sourceBox, in copyImage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 1306 gl::Box sourceBox(gl::kOffsetZero, srcImageDesc.size); in copyTexture() local 1329 const gl::Box &sourceBox, in copySubTexture() 1533 const gl::Box &sourceBox, in copySubTextureImpl() 1658 const gl::Box &sourceBox, in copySubImageImplWithTransfer() 1786 const gl::Box &sourceBox, in copySubImageImplWithDraw() 2902 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local 2928 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local
|
/external/angle/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 37 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 1249 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()
|
/external/angle/src/libANGLE/renderer/null/ |
D | TextureNULL.cpp | 105 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | TextureWgpu.cpp | 181 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2565 const gl::Box &sourceBox, in copyTexture() 2916 const gl::Box &sourceBox, in copyImage()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 986 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/ |
D | Texture.cpp | 1656 const Box &sourceBox, in copySubTexture()
|