Home
last modified time | relevance | path

Searched refs:destBox (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp734 const gl::Box *destBox, in setData() argument
756 bool fullUpdate = (destBox == nullptr || *destBox == levelBox); in setData()
767 const int width = destBox ? destBox->width : static_cast<int>(image->getWidth()); in setData()
768 const int height = destBox ? destBox->height : static_cast<int>(image->getHeight()); in setData()
769 const int depth = destBox ? destBox->depth : static_cast<int>(image->getDepth()); in setData()
816 ASSERT(destBox); in setData()
819 destD3DBox.left = destBox->x; in setData()
820 destD3DBox.right = destBox->x + destBox->width; in setData()
821 destD3DBox.top = destBox->y; in setData()
822 destD3DBox.bottom = destBox->y + destBox->height; in setData()
[all …]
DTextureStorage11.h114 const gl::Box *destBox,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureStorage.h71 const gl::Box *destBox,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp1332 Box destBox; in copyImage() local
1349 destBox = Box(clippedOffset.x, clippedOffset.y, clippedOffset.z, clippedArea.width, in copyImage()
1360 if (forceCopySubImage || doesSubImageNeedInit(context, index, destBox)) in copyImage()
1366 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copyImage()
1400 Box destBox; in copySubImage() local
1409 destBox = Box(clippedOffset.x, clippedOffset.y, clippedOffset.z, clippedArea.width, in copySubImage()
1414 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copySubImage()
1527 Box destBox(destOffset.x, destOffset.y, destOffset.z, sourceBox.width, sourceBox.height, in copySubTexture() local
1530 ANGLE_TRY(ensureSubImageInitialized(context, index, destBox)); in copySubTexture()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h793 SVGA3dBox destBox; member
806 SVGA3dBox destBox; member
964 SVGA3dBox destBox; member
1001 SVGA3dBox destBox; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.h52 const gl::Box *destBox,
DTextureStorage9.cpp98 const gl::Box *destBox, in setData() argument
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1488 cmd->destBox = *dstBox; in SVGA3D_vgpu10_TransferFromBuffer()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2041 dump_SVGA3dBox(&cmd->destBox); in SVGA3D_DUMP_HEADER()