Home
last modified time | relevance | path

Searched refs:sparse_image (Results 1 – 6 of 6) sorted by relevance

/external/avb/test/
Davbtool_unittest.cc55 void AddHashFooterTest(bool sparse_image);
56 void CreateRootfsWithHashtreeFooter(bool sparse_image,
60 void AddHashtreeFooterTest(bool sparse_image);
61 void AddHashtreeFooterFECTest(bool sparse_image);
429 const bool sparse_image, const uint64_t partition_size) { in AddHashFooterGetExpectedVBMetaInfo() argument
459 sparse_image ? " (Sparse)" : ""); in AddHashFooterGetExpectedVBMetaInfo()
462 void AvbToolTest::AddHashFooterTest(bool sparse_image) { in AddHashFooterTest() argument
490 if (sparse_image) { in AddHashFooterTest()
516 ASSERT_EQ(AddHashFooterGetExpectedVBMetaInfo(sparse_image, partition_size), in AddHashFooterTest()
570 AddHashFooterGetExpectedVBMetaInfo(sparse_image, resized_partition_size), in AddHashFooterTest()
[all …]
/external/ImageMagick/MagickCore/
Ddistort.c3047 *sparse_image; in SparseColorImage() local
3168 sparse_image=CloneImage(image,0,0,MagickTrue,exception); in SparseColorImage()
3169 if (sparse_image == (Image *) NULL) in SparseColorImage()
3171 if (SetImageStorageClass(sparse_image,DirectClass,exception) == MagickFalse) in SparseColorImage()
3173 sparse_image=DestroyImage(sparse_image); in SparseColorImage()
3191 sparse_view=AcquireAuthenticCacheView(sparse_image,exception); in SparseColorImage()
3194 magick_number_threads(image,sparse_image,sparse_image->rows,1) in SparseColorImage()
3196 for (j=0; j < (ssize_t) sparse_image->rows; j++) in SparseColorImage()
3210 q=GetCacheViewAuthenticPixels(sparse_view,0,j,sparse_image->columns, in SparseColorImage()
3217 GetPixelInfo(sparse_image,&pixel); in SparseColorImage()
[all …]
/external/ImageMagick/MagickWand/
Doperation.c196 *sparse_image; in SparseColorOption() local
389 sparse_image=SparseColorImage(image,method,number_arguments,sparse_arguments, in SparseColorOption()
392 return( sparse_image ); in SparseColorOption()
Dmagick-image.c12069 *sparse_image; in MagickSparseColorImage() local
12077 sparse_image=SparseColorImage(wand->images,method,number_arguments,arguments, in MagickSparseColorImage()
12079 if (sparse_image == (Image *) NULL) in MagickSparseColorImage()
12081 ReplaceImageInList(&wand->images,sparse_image); in MagickSparseColorImage()
Dmogrify.c470 *sparse_image; in SparseColorOption() local
700 sparse_image=SparseColorImage(image,method,number_arguments,sparse_arguments, in SparseColorOption()
703 return( sparse_image ); in SparseColorOption()
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp1227 VkImage sparse_image = VK_NULL_HANDLE; in TEST_F() local
1228 … err = vkCreateImage(m_device->device(), &sparse_image_create_info, NULL, &sparse_image); in TEST_F()
1231 vkGetImageMemoryRequirements(m_device->device(), sparse_image, &sparse_mem_reqs); in TEST_F()
1244 err = vkBindImageMemory(m_device->device(), sparse_image, sparse_mem, 0); in TEST_F()
1250 vkDestroyImage(m_device->device(), sparse_image, NULL); in TEST_F()