/third_party/mesa3d/src/gallium/include/winsys/ |
H A D | radeon_winsys.h | 278 void (*destroy)(struct radeon_winsys *ws); member 534 * \param cs A command stream to destroy.
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_context.c | 93 r->pipe->destroy(r->pipe); in xa_context_destroy() 222 * Final destruction on context destroy. in xa_ctx_srf_destroy()
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
H A D | kms_dri_sw_winsys.c | 513 ws->base.destroy = kms_destroy_sw_winsys; in kms_dri_create_winsys()
|
/third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
H A D | xlib_sw_winsys.c | 487 ws->base.destroy = xlib_destroy; in xlib_create_sw_winsys()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 42 i->buf->destroy(i->buf); in enc_ReleaseTasks()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 79 * If the reference count hits zero, destroy the object. 116 fb->winsys_framebuffer->destroy(fb->winsys_framebuffer, stctx ? stctx->pipe : NULL); in stw_framebuffer_release_locked()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 107 void (*destroy)( struct pipe_context * ); member 343 * State functions (create/bind/destroy state objects)
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 395 ctx->destroy(ctx); in r600_test_dma()
|
H A D | radeon_vce.h | 381 void (*destroy)(struct rvce_encoder *enc); member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_query.c | 422 .destroy = gfx10_sh_query_destroy,
|
H A D | radeon_vcn_enc.h | 507 void (*destroy)(struct radeon_encoder *enc); member
|
H A D | radeon_vce.h | 383 void (*destroy)(struct rvce_encoder *enc); member
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Device.cpp | 363 pipe->destroy(pipe); in DestroyDevice()
|
/third_party/mesa3d/src/glx/ |
H A D | glxclient.h | 107 * Method to destroy the private DRI display data. 236 void (*destroy)(struct glx_context *ctx); member
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | surface.c | 519 surface_priv->video_buffer->destroy(surface_priv->video_buffer); in XvMCDestroySurface()
|
/third_party/node/lib/internal/ |
H A D | async_hooks.js | 103 const destroy_symbol = Symbol('destroy'); 524 // Return early if there are no destroy callbacks, or invalid asyncId. 619 destroy: emitDestroyNative,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-gf2m.S | 147 ldr sp,[sp,#32] @ destroy tab[8]
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-gf2m.S | 147 ldr sp,[sp,#32] @ destroy tab[8]
|
/third_party/node/deps/v8/tools/ |
H A D | stats-viewer.py | 226 child.destroy()
|
/third_party/node/test/common/ |
H A D | inspector-helper.js | 160 this._socket.destroy();
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 59 .destroy = anv_shader_bin_destroy,
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_win32.c | 458 chain->base.destroy = wsi_win32_swapchain_destroy; in wsi_win32_surface_create_swapchain()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 342 pipe->destroy = nv50_destroy; in nv50_create()
|
/third_party/libfuse/include/ |
H A D | fuse.h | 313 * destroy are special purpose methods, without which a full featured 613 * parameter to the destroy() method. It overrides the initial 624 void (*destroy) (void *private_data); member
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 183 group->base.destroy = pad_led_group_destroy; in pad_group_new_basic()
|