Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp81 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
DSwapChain11.cpp341 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
DRenderer11.cpp2517 const gl::Box &sourceBox, in copyTexture()
3169 const gl::Box &sourceBox, in copyImage()
/external/angle/src/libANGLE/renderer/
DTextureImpl.cpp37 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.cpp105 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1134 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/
DRenderer9.cpp2491 const gl::Box &sourceBox, in copyTexture()
2843 const gl::Box &sourceBox, in copyImage()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp839 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/
DTexture.cpp1299 const Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp362 const gl::Box &sourceBox, in copySubTexture()