Home
last modified time | relevance | path

Searched defs:destroy (Results 301 - 325 of 347) sorted by relevance

1...<<11121314

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h280 (*destroy)(struct svga_winsys_context *swc); member
503 (*destroy)(struct svga_winsys_screen *sws); member
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys.h405 void (*destroy)(struct pvr_winsys *ws); member
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp245 void (*destroy)(struct window*); member
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1414 struct drm_syncobj_destroy destroy = { .handle = event->syncobj }; in panvk_DestroyEvent() local
/third_party/libinput/src/
H A Dlibinput-private.h123 void (*destroy)(struct libinput *libinput); member
183 libinput_seat_destroy_func destroy; member
487 void (*destroy)(struct libinput_tablet_pad_mode_group *group); member
H A Devdev.h301 void (*destroy)(struct evdev_dispatch *dispatch); member
/third_party/libdrm/
H A Dxf86drmMode.c1619 struct drm_mode_destroy_blob destroy; in drmModeDestroyPropertyBlob() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp506 static void destroy() in destroy() function in vkt::synchronization::__anon28823::InstanceAndDevice
H A DvktSynchronizationSignalOrderTests.cpp223 static void destroy() in destroy() function in vkt::synchronization::__anon28837::SingletonDevice
H A DvktSynchronizationTimelineSemaphoreTests.cpp1417 static void destroy() in destroy() function in vkt::synchronization::__anon28841::SingletonDevice
H A DvktSynchronizationWin32KeyedMutexTests.cpp1473 static void destroy() in destroy() function in vkt::synchronization::__anon28844::InstanceAndDevice
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp427 void FramebufferGL::destroy(const gl::Context *context) in destroy() function in rx::FramebufferGL
/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

Completed in 59 milliseconds

1...<<11121314