/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 251 .destroy = vbox_crtc_destroy, 480 .destroy = drm_plane_helper_destroy, 499 .destroy = drm_plane_helper_destroy, 616 .destroy = vbox_encoder_destroy, 797 .destroy = vbox_connector_destroy,
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.c | 752 bool destroy; in radeon_winsys_unref() local 760 destroy = pipe_reference(&rws->reference, NULL); in radeon_winsys_unref() 761 if (destroy && fd_tab) { in radeon_winsys_unref() 770 return destroy; in radeon_winsys_unref() 855 ws->base.destroy = radeon_winsys_destroy; in radeon_drm_winsys_create()
|
/third_party/node/lib/ |
H A D | _http_outgoing.js | 338 OutgoingMessage.prototype.destroy = function destroy(error) { 347 this.socket.destroy(error); 350 socket.destroy(error); 1173 this.destroy(err);
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLProtectedContentTest.cpp | 464 osWindow->destroy(); in windowTest() 543 osWindow->destroy(); in textureTest() 634 osWindow->destroy(); in textureFromImageTest() 717 osWindow->destroy(); in textureFromPbufferTest() 812 osWindow->destroy(); in textureFromAndroidNativeBufferTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 147 void destroy(RendererVk *renderer); 236 void destroy(VkDevice device); 276 void destroy(VkDevice device); 305 void destroy(VkDevice device); 441 void destroy(VkDevice device); 586 void destroy(VkDevice device); 681 void destroy(RendererVk *renderer); 857 void destroy(RendererVk *renderer); 1633 void destroy(RendererVk *renderer); 1634 void release(RendererVk *renderer) { destroy(rendere [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_virtual.c | 127 .destroy = dce_virtual_crtc_destroy, 374 .destroy = dce_virtual_destroy, 601 .destroy = dce_virtual_encoder_destroy,
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 423 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse() 447 subtype->destroy(data, auth); in asymmetric_key_destroy() 584 .destroy = asymmetric_key_destroy,
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf.c | 285 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 328 if (unlikely(err) && event->destroy) in cpumf_pmu_event_init() 329 event->destroy(event); in cpumf_pmu_event_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_crtc.c | 201 .destroy = drm_crtc_cleanup, 214 .destroy = drm_crtc_cleanup, 455 .destroy = loongson_plane_destroy,
|
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 59 /* Mark set with an extension which needs to call destroy */ 84 void (*destroy)(struct ip_set *set, void *ext); member 174 void (*destroy)(struct ip_set *set); member 244 /* For call_cru in destroy */ 286 * call it's destroy function for its extension part in data. in ip_set_ext_destroy() 291 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c); in ip_set_ext_destroy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 421 .destroy = drm_crtc_cleanup, 435 .destroy = drm_encoder_cleanup, 551 .destroy = drm_plane_cleanup,
|
/kernel/linux/linux-6.6/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 59 /* Mark set with an extension which needs to call destroy */ 84 void (*destroy)(struct ip_set *set, void *ext); member 172 void (*destroy)(struct ip_set *set); member 247 /* For call_cru in destroy */ 289 * call it's destroy function for its extension part in data. in ip_set_ext_destroy() 294 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c); in ip_set_ext_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vkms.c | 123 .destroy = drm_crtc_cleanup, 201 .destroy = drm_connector_cleanup, 259 .destroy = drm_plane_cleanup,
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 455 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse() 479 subtype->destroy(data, auth); in asymmetric_key_destroy() 616 .destroy = asymmetric_key_destroy,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_simple_kms_helper.c | 39 .destroy = drm_encoder_cleanup, 206 .destroy = drm_crtc_cleanup, 365 .destroy = drm_plane_cleanup,
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau.c | 296 VdpDecoderDestroy *destroy; in ff_vdpau_common_uninit() local 310 destroy = func; in ff_vdpau_common_uninit() 312 status = destroy(vdctx->decoder); in ff_vdpau_common_uninit()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 236 * destroy this video encoder 246 enc->destroy(enc); in rvce_destroy() 422 enc->base.destroy = rvce_destroy; in si_vce_create_encoder() 465 tmp_buf->destroy(tmp_buf); in si_vce_create_encoder()
|
H A D | radeon_uvd_enc.c | 232 enc->destroy(enc); in radeon_uvd_enc_destroy() 287 enc->base.destroy = radeon_uvd_enc_destroy; in radeon_uvd_create_encoder() 332 tmp_buf->destroy(tmp_buf); in radeon_uvd_create_encoder()
|
H A D | radeon_vce_40_2_2.c | 414 static void destroy(struct rvce_encoder *enc) in destroy() function 420 RVCE_BEGIN(0x02000001); // destroy in destroy() 442 enc->destroy = destroy; in si_vce_40_2_2_init()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.c | 243 * destroy this video encoder 254 enc->destroy(enc); in rvce_destroy() 424 enc->base.destroy = rvce_destroy; in rvce_create_encoder() 463 tmp_buf->destroy(tmp_buf); in rvce_create_encoder()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | surface.c | 118 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfaceCreate() 143 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfaceDestroy() 347 /* destroy the old one */ in vlVdpVideoSurfacePutBitsYCbCr() 349 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfacePutBitsYCbCr()
|
/third_party/mesa3d/src/glx/ |
H A D | driwindows_glx.c | 112 .destroy = driwindows_destroy_context, 140 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context() 215 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context_attribs()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 313 pstip->stage.destroy = pstip_destroy; in draw_pstip_stage() 322 pstip->stage.destroy( &pstip->stage ); in draw_pstip_stage() 523 pstip->stage.destroy( &pstip->stage ); in draw_install_pstipple_stage()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.c | 47 screen->destroy(screen); in rbug_screen_destroy() 462 rb_screen->base.destroy = rbug_screen_destroy; in rbug_screen_create() 507 rb_screen->private_context->destroy(rb_screen->private_context); in rbug_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_context.c | 78 /* destroy stream output statistics queries */ in svga_destroy() 99 svga->swc->destroy(svga->swc); in svga_destroy() 156 svga->pipe.destroy = svga_destroy; in svga_context_create() 381 svga->swc->destroy(svga->swc); in svga_context_create()
|