Searched defs:sourceBox (Results 1 – 10 of 10) sorted by relevance
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Image11.cpp | 81 const gl::Box &sourceBox, in CopyImage() 368 gl::Box sourceBox(0, 0, 0, mWidth, mHeight, mDepth); in copyFromTexStorage() local 394 gl::Box sourceBox(sourceArea.x, sourceArea.y, 0, sourceArea.width, sourceArea.height, 1); in copyFromFramebuffer() local
|
| D | SwapChain11.cpp | 353 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
|
| D | Renderer11.cpp | 2632 const gl::Box &sourceBox, in copyTexture() 3284 const gl::Box &sourceBox, in copyImage()
|
| /external/angle/src/libANGLE/renderer/ |
| D | TextureImpl.cpp | 37 const gl::Box &sourceBox, in copySubTexture()
|
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | TextureD3D.cpp | 1182 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local 1223 const gl::Box &sourceBox, in copySubTexture() 1934 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local 1976 const gl::Box &sourceBox, in copySubTexture() 2657 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local 2698 const gl::Box &sourceBox, in copySubTexture() 3353 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local 3406 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/vulkan/ |
| D | TextureVk.cpp | 584 gl::Box sourceBox(gl::kOffsetZero, sourceImageDesc.size); in copyTexture() local 600 const gl::Box &sourceBox, in copySubTexture() 793 const gl::Box &sourceBox, in copySubTextureImpl() 928 const gl::Box &sourceBox, in copySubImageImplWithTransfer() 1054 const gl::Box &sourceBox, in copySubImageImplWithDraw()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | Renderer9.cpp | 2507 const gl::Box &sourceBox, in copyTexture() 2859 const gl::Box &sourceBox, in copyImage()
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | TextureGL.cpp | 912 const gl::Box &sourceBox, in copySubTexture()
|
| /external/angle/src/libANGLE/ |
| D | Texture.cpp | 1490 const Box &sourceBox, in copySubTexture()
|