Searched defs:DestroyImage (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dimage.c525 append_image=DestroyImage(append_image);
619 append_image=DestroyImage(append_image);
759 clip_mask=DestroyImage(clip_mask);
857 clone_image=DestroyImage(clone_image);
920 clone_image=DestroyImage(clone_image);
1167 % DestroyImage() dereferences an image, deallocating memory associated with function
1170 % The format of the DestroyImage method is:
1172 % Image *DestroyImage(Image *image)
1179 MagickExport Image *DestroyImage(Image *image)
1517 mask_image=DestroyImage(mask_imag
[all...]
H A Dmethods.h260 #define DestroyImage PrependMagickMethod(DestroyImage) macro
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h78 PFN_vkDestroyImage DestroyImage; member in struct:VkLayerDispatchTable_
/external/vulkan-validation-layers/layers/
H A Dimage.cpp394 VKAPI_ATTR void VKAPI_CALL DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { function in namespace:image
399 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator);
1506 { "vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage) },
H A Dobject_tracker.cpp1155 VKAPI_ATTR void VKAPI_CALL DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { function in namespace:object_tracker
1169 get_dispatch_table(ot_device_table_map, device)->DestroyImage(device, image, pAllocator);
3843 if (!strcmp(name, "DestroyImage"))
3844 return (PFN_vkVoidFunction)DestroyImage;
H A Dparameter_validation.cpp2558 VKAPI_ATTR void VKAPI_CALL DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
2566 get_dispatch_table(pc_device_table_map, device)->DestroyImage(device, image, pAllocator);
5329 {"vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage)},
H A Dcore_validation.cpp5807 VKAPI_ATTR void VKAPI_CALL DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
5815 dev_data->dispatch_table.DestroyImage(device, image, pAllocator);
11949 {"vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage)},
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1941 class DestroyImage : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1946 DestroyImage (SharedPtr<EGLImage> image, bool useSync, bool serverSync);
1953 DestroyImage::DestroyImage (SharedPtr<EGLImage> image, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::DestroyImage
1960 void DestroyImage::exec (tcu::ThreadUtil::Thread& t)
2228 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyImage(image, m_config.useFenceSync, m_config.serverSync));
2785 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyImage(image, m_config.useFenceSync, m_config.serverSync));
3458 m_threads[0]->addOperation(new GLES2ThreadTest::DestroyImage(image, m_config.useFenceSync, m_config.serverSync));
3460 m_threads[1]->addOperation(new GLES2ThreadTest::DestroyImage(image, m_config.useFenceSync, m_config.serverSync));

Completed in 749 milliseconds