Home
last modified time | relevance | path

Searched refs:destView (Results 1 – 4 of 4) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFileSystemView.java500 FileSystemView destView, in copy() argument
506 checkNotNull(destView); in copy()
510 boolean sameFileSystem = isSameFileSystem(destView); in copy()
514 lockBoth(store.writeLock(), destView.store.writeLock()); in copy()
517 DirectoryEntry destEntry = destView.lookUp(dest, Options.NOFOLLOW_LINKS); in copy()
527 checkNotAncestor(sourceFile, destParent, destView); in copy()
539 destView.delete(destEntry, DeleteMode.ANY, dest); in copy()
572 copyFile = destView.store.copyWithoutContent(sourceFile, attributeCopyOption); in copy()
590 destView.store.writeLock().unlock(); in copy()
640 private void checkNotAncestor(File source, Directory destParent, FileSystemView destView) in checkNotAncestor() argument
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h248 const vk::ImageView *destView,
276 const vk::ImageView *destView,
287 const vk::ImageView *destView,
DUtilsVk.cpp2617 const vk::ImageView *destView, in copyImage() argument
2746 startRenderPass(contextVk, dest, destView, renderPassDesc, renderArea, &commandBuffer)); in copyImage()
3283 const vk::ImageView *destView, in cullOverlayWidgets() argument
3321 imageInfo.imageView = destView->getHandle(); in cullOverlayWidgets()
3367 const vk::ImageView *destView, in drawOverlay() argument
3401 imageInfos[0].imageView = destView->getHandle(); in drawOverlay()
DTextureVk.cpp1147 const vk::ImageView *destView; in copySubImageImplWithDraw() local
1148 ANGLE_TRY(getLevelLayerImageView(contextVk, level, baseLayer + layerIndex, &destView)); in copySubImageImplWithDraw()
1150 ANGLE_TRY(utilsVk.copyImage(contextVk, mImage, destView, srcImage, srcView, params)); in copySubImageImplWithDraw()