Home
last modified time | relevance | path

Searched defs:destroy (Results 451 - 475 of 521) sorted by relevance

1...<<1112131415161718192021

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp403 void MemoryProperties::destroy() in destroy() function in rx::__anon20104::vk::MemoryProperties
514 void BufferMemory::destroy(RendererVk *renderer) in destroy() function in rx::__anon20104::vk::BufferMemory
594 void StagingBuffer::destroy(RendererVk *renderer) in destroy() function in rx::__anon20104::vk::StagingBuffer
821 void GarbageObject::destroy(RendererVk *renderer) in destroy() function in rx::__anon20104::vk::GarbageObject
H A Dvk_wrapper.h637 ANGLE_INLINE void CommandPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::CommandPool
759 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::priv::CommandBuffer
764 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device, const vk::CommandPool &commandPool) destroy() function in rx::DescriptorSetIndex::priv::CommandBuffer
1163 ANGLE_INLINE void Image::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Image
1212 ANGLE_INLINE void ImageView::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::ImageView
1227 ANGLE_INLINE void Semaphore::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Semaphore
1261 ANGLE_INLINE void Framebuffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Framebuffer
1282 ANGLE_INLINE void DeviceMemory::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DeviceMemory
1325 ANGLE_INLINE void Allocator::destroy() destroy() function in rx::DescriptorSetIndex::Allocator
1358 ANGLE_INLINE void Allocation::destroy(const Allocator &allocator) destroy() function in rx::DescriptorSetIndex::Allocation
1396 ANGLE_INLINE void RenderPass::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::RenderPass
1418 ANGLE_INLINE void Buffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Buffer
1447 ANGLE_INLINE void BufferView::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::BufferView
1463 ANGLE_INLINE void ShaderModule::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::ShaderModule
1480 ANGLE_INLINE void PipelineLayout::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::PipelineLayout
1497 ANGLE_INLINE void PipelineCache::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::PipelineCache
1540 ANGLE_INLINE void Pipeline::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Pipeline
1568 ANGLE_INLINE void DescriptorSetLayout::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DescriptorSetLayout
1585 ANGLE_INLINE void DescriptorPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DescriptorPool
1620 ANGLE_INLINE void Sampler::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Sampler
1636 ANGLE_INLINE void SamplerYcbcrConversion::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::SamplerYcbcrConversion
1653 ANGLE_INLINE void Event::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Event
1687 ANGLE_INLINE void Fence::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Fence
1736 ANGLE_INLINE void QueryPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::QueryPool
[all...]
H A Dvk_utils.h293 void destroy(VkDevice device) in destroy() function in rx::vk::final
775 void destroy(VkDevice device) destroy() function in rx::vk::final
[all...]
H A DSurfaceVk.cpp321 void OffscreenSurfaceVk::AttachmentImage::destroy(const egl::Display *display) in destroy() function in rx::OffscreenSurfaceVk::AttachmentImage
388 void OffscreenSurfaceVk::destroy(const egl::Display *display) in destroy() function in rx::OffscreenSurfaceVk
510 void SwapchainCleanupData::destroy(VkDevice device, vk::Recycler<vk::Semaphore> *semaphoreRecycler) in destroy() function in rx::impl::SwapchainCleanupData
591 void WindowSurfaceVk::destroy(const egl::Display *display) in destroy() function in rx::WindowSurfaceVk
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1226 void CommandBuffer::destroy(const VkAllocationCallbacks *pAllocator) in destroy() function in vk::CommandBuffer
H A DVkImage.cpp206 void Image::destroy(const VkAllocationCallbacks *pAllocator) in destroy() function in vk::Image
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc2252 hb_destroy_func_t destroy; global() member
2265 trampoline_create(FuncType func, void *user_data, hb_destroy_func_t destroy) trampoline_create() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dtix.py223 def destroy(self): member in Tk
455 def destroy(self): member in TixSubWidget
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc293 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() function
352 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy() function in absl::container_internal::__anon19189::StringPolicy
707 static void destroy(void*, DecomposeType* slot) { slot->~DecomposeType(); } in destroy() function
H A Dbtree.h302 static void destroy(Alloc *alloc, slot_type *slot) { in destroy() function
388 static void destroy(Alloc *alloc, slot_type *slot) { in destroy() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp509 static void destroy() in destroy() function in vkt::synchronization::__anon29972::InstanceAndDevice
H A DvktSynchronizationSignalOrderTests.cpp205 static void destroy() in destroy() function in vkt::synchronization::__anon29986::SingletonDevice
H A DvktSynchronizationTimelineSemaphoreTests.cpp1422 static void destroy() in destroy() function in vkt::synchronization::__anon29990::SingletonDevice
H A DvktSynchronizationWin32KeyedMutexTests.cpp1472 static void destroy() in destroy() function in vkt::synchronization::__anon29993::InstanceAndDevice
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-dev.h664 void (*destroy)(struct ccp_device *); member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c441 bool destroy; member
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h396 void (*destroy)(const struct nft_ctx *ctx, member
788 void (*destroy)(const struct nft_ctx *ctx, member
1208 void (*destroy)(const struct nft_ctx *ctx, member
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h433 void (*destroy)(struct tcf_ematch *); member
H A Dsch_generic.h285 void (*destroy)(struct Qdisc *); member
334 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, member
/kernel/linux/linux-5.10/include/linux/
H A Dkvm_host.h1383 void (*destroy)(struct kvm_device *dev); member
/kernel/linux/linux-6.6/fs/fuse/
H A Dfuse_i.h531 bool destroy:1; member
786 unsigned int destroy:1; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_connector.h1196 void (*destroy)(struct drm_connector *connector); member
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h467 void (*destroy)(struct tcf_ematch *); member
H A Dsch_generic.h305 void (*destroy)(struct Qdisc *); member
349 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c405 bool destroy; member

Completed in 64 milliseconds

1...<<1112131415161718192021