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()
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
DSwapChain11.cpp353 D3D11_BOX sourceBox = {}; in resetOffscreenColorBuffer() local
DRenderer11.cpp2632 const gl::Box &sourceBox, in copyTexture()
3284 const gl::Box &sourceBox, in copyImage()
/external/angle/src/libANGLE/renderer/
DTextureImpl.cpp37 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1182 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/
DTextureNULL.cpp105 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp584 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/
DRenderer9.cpp2507 const gl::Box &sourceBox, in copyTexture()
2859 const gl::Box &sourceBox, in copyImage()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp912 const gl::Box &sourceBox, in copySubTexture()
/external/angle/src/libANGLE/
DTexture.cpp1490 const Box &sourceBox, in copySubTexture()