Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dperf_compare.py205 remote_1, remote_2, iteration_nums, perf_keys, image_1, argument
234 output_image_info(f, image_1_name, image_1, board_1, remote_1)
472 if not options.image_1 or not options.image_2:
541 remote_1, remote_2, iteration_nums, perf_keys, options.image_1,
/external/ImageMagick/MagickCore/
Dmontage.c294 **image_1, in SceneCompare() local
297 image_1=(Image **) x; in SceneCompare()
299 return((int) ((*image_1)->scene-(*image_2)->scene)); in SceneCompare()
Danimate.c721 **image_1, in SceneCompare() local
724 image_1=(const Image **) x; in SceneCompare()
726 return((int) ((*image_1)->scene-(*image_2)->scene)); in SceneCompare()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp25271 VkImageObj image_1(m_device); in TEST_F() local
25272 image_1.init(&ci); in TEST_F()
25273 ASSERT_TRUE(image_1.initialized()); in TEST_F()
25297 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25311 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25317 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25326 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25332 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25342 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
25349 …m_commandBuffer->CopyImage(image_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAY… in TEST_F()
[all …]