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() 366 gl::Box sourceBox(0, 0, 0, mWidth, mHeight, mDepth); in copyFromTexStorage() local 392 gl::Box sourceBox(sourceArea.x, sourceArea.y, 0, sourceArea.width, sourceArea.height, 1); in copyFromFramebuffer() local
|
D | SwapChain11.cpp | 341 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
|
D | Renderer11.cpp | 2517 const gl::Box &sourceBox, in copyTexture() 3169 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/null/ |
D | TextureNULL.cpp | 105 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 1134 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local 1175 const gl::Box &sourceBox, in copySubTexture() 1884 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local 1926 const gl::Box &sourceBox, in copySubTexture() 2605 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local 2646 const gl::Box &sourceBox, in copySubTexture() 3301 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local 3355 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2491 const gl::Box &sourceBox, in copyTexture() 2843 const gl::Box &sourceBox, in copyImage()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 839 const gl::Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/ |
D | Texture.cpp | 1299 const Box &sourceBox, in copySubTexture()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 362 const gl::Box &sourceBox, in copySubTexture()
|