Home
last modified time | relevance | path

Searched refs:destroy (Results 951 - 975 of 2953) sorted by relevance

1...<<31323334353637383940>>...119

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp263 // Wraps a FramebufferGL to hook the destroy function to delete the texture associated with the
275 void destroy(const gl::Context *context) override
278 FramebufferGL::destroy(context);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h35 void destroy(RendererVk *rendererVk);
62 void destroy(const gl::Context *context) override;
H A DDisplayVk.cpp341 mPipelineLayoutCache.destroy(displayVk->getRenderer()); in onDestroy()
342 mDescriptorSetLayoutCache.destroy(displayVk->getRenderer()); in onDestroy()
H A Dvk_helpers.cpp643 imageView.destroy(device); in DestroyImageViews()
802 toDestroy->destroy(renderer); in DestroyBufferList()
2458 void DynamicBuffer::destroy(RendererVk *renderer) in destroy() function in rx::vk::DynamicBuffer
2468 mBuffer->destroy(renderer); in destroy()
2586 void DynamicShadowBuffer::destroy(VkDevice device) in destroy() function in rx::vk::DynamicShadowBuffer
2613 mDescriptorPool.destroy(contextVk->getDevice()); in init()
2638 void DescriptorPoolHelper::destroy(VkDevice device) in destroy() function in rx::vk::DescriptorPoolHelper
2640 mDescriptorPool.destroy(device); in destroy()
2699 void DynamicDescriptorPool::destroy(VkDevice device) in destroy() function in rx::vk::DynamicDescriptorPool
2704 pool->get().destroy(devic in destroy()
2928 void DynamicQueryPool::destroy(VkDevice device) destroy() function in rx::vk::DynamicQueryPool
3270 void DynamicSemaphorePool::destroy(VkDevice device) destroy() function in rx::vk::DynamicSemaphorePool
3614 void LineLoopHelper::destroy(RendererVk *renderer) destroy() function in rx::vk::LineLoopHelper
3796 void BufferHelper::destroy(RendererVk *renderer) destroy() function in rx::vk::BufferHelper
4762 void ImageHelper::destroy(RendererVk *renderer) destroy() function in rx::vk::ImageHelper
7993 void ImageViewHelper::destroy(VkDevice device) destroy() function in rx::vk::ImageViewHelper
8472 void BufferViewHelper::destroy(VkDevice device) destroy() function in rx::vk::BufferViewHelper
8549 void ShaderProgramHelper::destroy(RendererVk *rendererVk) destroy() function in rx::vk::ShaderProgramHelper
[all...]
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp80 destroy(); in ~ScenicWindow()
117 void ScenicWindow::destroy() in destroy() function in ScenicWindow
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.h200 hb_destroy_func_t destroy,
694 void *user_data, hb_destroy_func_t destroy);
H A Dhb-shape-plan.cc332 * @destroy: (nullable): A callback to call when @data is not needed anymore
345 hb_destroy_func_t destroy, in hb_shape_plan_set_user_data()
348 return hb_object_set_user_data (shape_plan, key, data, destroy, replace); in hb_shape_plan_set_user_data()
342 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_shape_plan_set_user_data() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc95 std::allocator_traits<Alloc>::destroy(*alloc(), ptr_);
249 slot_policy::destroy(&alloc, &slots.slots[99]); in TEST()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp158 static void destroy (void* value) { delete (Value*)value; } in destroy() function
210 set(&typeid(Name), Entry(value, &TypedFieldValueTraits<typename TypedFieldTraits<Name>::ValueType>::destroy)); in set()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_brainpool_no_length_verify_test.cpp66 .destroy = nullptr
135 verify->base.destroy((HcfObjectBase *)verify); in HWTEST_F()
145 verify->base.destroy(nullptr); in HWTEST_F()
156 verify->base.destroy(&obj); in HWTEST_F()
882 spiObj->base.destroy(nullptr); in HWTEST_F()
894 spiObj->base.destroy(&obj); in HWTEST_F()
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp318 .destroy = nullptr
371 keyAgreement->base.destroy((HcfObjectBase *)keyAgreement); in HWTEST_F()
382 keyAgreement->base.destroy(nullptr); in HWTEST_F()
395 keyAgreement->base.destroy(&obj); in HWTEST_F()
695 spiObj->base.destroy(nullptr); in HWTEST_F()
708 spiObj->base.destroy(&obj); in HWTEST_F()
H A Dcrypto_dsa_verify_test.cpp61 verify->base.destroy(&(verify->base)); in HWTEST_F()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_ct.c713 .destroy = nft_ct_get_destroy,
722 .destroy = nft_ct_set_destroy,
732 .destroy = nft_ct_set_destroy,
970 .destroy = nft_ct_timeout_obj_destroy,
1152 .destroy = nft_ct_helper_obj_destroy,
1305 .destroy = nft_ct_expect_obj_destroy,
H A Dxt_hashlimit.c989 .destroy = hashlimit_mt_destroy_v1,
1000 .destroy = hashlimit_mt_destroy_v2,
1011 .destroy = hashlimit_mt_destroy,
1023 .destroy = hashlimit_mt_destroy_v1,
1034 .destroy = hashlimit_mt_destroy_v2,
1045 .destroy = hashlimit_mt_destroy,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c565 priv->crtcs[i]->funcs->destroy(priv->crtcs[i]); in _dpu_kms_drm_obj_destroy()
569 priv->planes[i]->funcs->destroy(priv->planes[i]); in _dpu_kms_drm_obj_destroy()
573 priv->connectors[i]->funcs->destroy(priv->connectors[i]); in _dpu_kms_drm_obj_destroy()
577 priv->encoders[i]->funcs->destroy(priv->encoders[i]); in _dpu_kms_drm_obj_destroy()
816 .destroy = dpu_kms_destroy,
857 mmu->funcs->destroy(mmu); in _dpu_kms_mmu_init()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_hashlimit.c989 .destroy = hashlimit_mt_destroy_v1,
1000 .destroy = hashlimit_mt_destroy_v2,
1011 .destroy = hashlimit_mt_destroy,
1023 .destroy = hashlimit_mt_destroy_v1,
1034 .destroy = hashlimit_mt_destroy_v2,
1045 .destroy = hashlimit_mt_destroy,
/third_party/python/Lib/
H A Doptparse.py959 def destroy(self): member in OptionContainer
960 """see OptionParser.destroy()."""
1091 def destroy(self): member in OptionGroup
1092 """see OptionParser.destroy()."""
1093 OptionContainer.destroy(self)
1212 def destroy(self): member in OptionParser
1216 it) can be garbage-collected promptly. After calling destroy(), the
1219 OptionContainer.destroy(self)
1221 group.destroy()
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H A Dast_mode.c714 .destroy = drm_plane_cleanup,
957 .destroy = drm_plane_cleanup,
1315 .destroy = drm_crtc_cleanup,
1388 .destroy = drm_connector_cleanup,
1494 .destroy = drm_connector_cleanup,
1604 .destroy = drm_connector_cleanup,
1714 .destroy = drm_connector_cleanup,
1767 .destroy = drm_encoder_cleanup,
1807 .destroy = drm_connector_cleanup,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp8844 void destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
8848 void destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
9066 void destroy( VULKAN_HPP_NAMESPACE::Fence fence,
9071 void destroy( VULKAN_HPP_NAMESPACE::Fence fence,
9142 void destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore,
9147 void destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore,
9184 void destroy( VULKAN_HPP_NAMESPACE::Event event,
9189 void destroy( VULKAN_HPP_NAMESPACE::Event event,
9255 void destroy( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
9260 void destroy( VULKAN_HPP_NAMESPAC
[all...]
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_distinguished_name.c135 x509NameImpl->base.base.destroy = DestroyX509DistinguishedName; in HcfX509DistinguishedNameCreate()
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmd.c181 returnMdApi->base.base.destroy = MdDestroy; in HcfMdCreate()
H A Drand.c160 returnRandApi->base.base.destroy = HcfRandDestroy; in HcfRandCreate()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H A Dmd_openssl.c177 returnSpiImpl->base.base.destroy = OpensslDestroyMd; in OpensslMdSpiCreate()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Decdh_openssl.c136 returnImpl->base.base.destroy = DestroyEcdh; in HcfKeyAgreementSpiEcdhCreate()
/base/security/device_auth/services/cred_manager/src/account_related/
H A Daccount_related_cred_plugin.c122 .destroy = DestroyAccountRelatedCredPlugin,

Completed in 46 milliseconds

1...<<31323334353637383940>>...119