Home
last modified time | relevance | path

Searched refs:old_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc222 CordzHandle* old_handle = handles[dist_handle(gen)].exchange(handle); in TEST() local
223 if (old_handle != nullptr) { in TEST()
225 old_handle->DiagnosticsGetSafeToInspectDeletedHandles(); in TEST()
234 CordzHandle::Delete(old_handle); in TEST()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c253 struct svga_winsys_surface *old_handle = sbuf->handle; in svga_buffer_recreate_host_surface() local
256 assert(old_handle); in svga_buffer_recreate_host_surface()
266 SVGA_RETRY(svga, SVGA3D_vgpu10_BufferCopy(svga->swc, old_handle, in svga_buffer_recreate_host_surface()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c387 uint32_t old_handle, uint32_t new_handle) in replace_bo_in_reloc_list() argument
390 if (rlist->relocs[i].target_handle == old_handle) in replace_bo_in_reloc_list()