Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp2643 const gl::Box &sourceBox, in copyTexture()
3295 const gl::Box &sourceBox, in copyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp614 gl::Box sourceBox(gl::kOffsetZero, srcImageDesc.size); in copyTexture() local
630 const gl::Box &sourceBox, in copySubTexture()
831 const gl::Box &sourceBox, in copySubTextureImpl()
967 const gl::Box &sourceBox, in copySubImageImplWithTransfer()
1095 const gl::Box &sourceBox, in copySubImageImplWithDraw()
2141 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local
2168 gl::Box sourceBox(gl::kOffsetZero, mImage->getLevelExtents(levelVk)); in reinitImageAsRenderable() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DTextureImpl.cpp37 const gl::Box &sourceBox, in copySubTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1188 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
1229 const gl::Box &sourceBox, in copySubTexture()
1939 gl::Box sourceBox(0, 0, 0, size.width, size.height, 1); in copyTexture() local
1981 const gl::Box &sourceBox, in copySubTexture()
2662 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
2703 const gl::Box &sourceBox, in copySubTexture()
3358 gl::Box sourceBox(0, 0, 0, size.width, size.height, size.depth); in copyTexture() local
3411 const gl::Box &sourceBox, in copySubTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp105 const gl::Box &sourceBox, in copySubTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2512 const gl::Box &sourceBox, in copyTexture()
2864 const gl::Box &sourceBox, in copyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp912 const gl::Box &sourceBox, in copySubTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp1516 const Box &sourceBox, in copySubTexture()