Home
last modified time | relevance | path

Searched refs:destroy (Results 851 - 875 of 1305) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.h32 void destroy(const gl::Context *context) override;
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h366 inline void destroy(T& t) in destroy() function
377 destroy(object_); in cleanup()
380 destroy(array_); in cleanup()
383 destroy(string_); in cleanup()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1048 smapi->destroy = st_manager_destroy; in st_api_create_context()
1079 pipe->destroy(pipe); in st_api_create_context()
1126 st->iface.destroy = st_context_destroy; in st_api_create_context()
1459 .destroy = st_api_destroy,
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1116 trace_dump_call_begin("pipe_screen", "destroy"); in trace_screen_destroy()
1131 screen->destroy(screen); in trace_screen_destroy()
1401 tr_scr->base.destroy = trace_screen_destroy; in trace_screen_create()
1482 assert(screen->destroy == trace_screen_destroy); in trace_screen()
1489 if (_screen->destroy != trace_screen_destroy) in trace_screen_unwrap()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c1071 vtest->base.ops.destroy = vtest_destroy; in vtest_init()
1076 vtest->base.shmem_ops.destroy = vtest_shmem_destroy; in vtest_init()
1081 vtest->base.bo_ops.destroy = vtest_bo_destroy; in vtest_init()
1089 vtest->base.sync_ops.destroy = vtest_sync_destroy; in vtest_init()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc722 * @destroy: (nullable): A callback to call when @data is not needed anymore
735 hb_destroy_func_t destroy, in hb_buffer_set_user_data()
738 return hb_object_set_user_data (buffer, key, data, destroy, replace); in hb_buffer_set_user_data()
2029 * @func: (closure user_data) (destroy destroy) (scope notified): Callback function
2031 * @destroy: (nullable): The function to call when @user_data is not needed anymore
2040 void *user_data, hb_destroy_func_t destroy) in hb_buffer_set_message_func()
2048 buffer->message_destroy = destroy; in hb_buffer_set_message_func()
732 hb_buffer_set_user_data(hb_buffer_t *buffer, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_buffer_set_user_data() argument
2038 hb_buffer_set_message_func(hb_buffer_t *buffer, hb_buffer_message_func_t func, void *user_data, hb_destroy_func_t destroy) hb_buffer_set_message_func() argument
H A Dhb-font.hh76 } destroy; member
127 hb_destroy_func_t destroy; member
/third_party/python/Lib/tkinter/
H A Dttk.py1523 def destroy(self): member in LabeledScale
1531 super().destroy()
1631 def destroy(self): member in OptionMenu
1637 super().destroy()
H A Dtix.py223 def destroy(self): member in Tk
224 # For safety, remove the delete_window binding before destroy
226 tkinter.Tk.destroy(self)
455 def destroy(self): member in TixSubWidget
457 # we must be careful not to destroy the frame widget since this
459 # in Tkinter when it finally calls Tcl to destroy the NoteBook
460 for c in list(self.children.values()): c.destroy()
467 self.tk.call('destroy', self._w)
1156 self.subwidget_list[name].destroy()
1231 self.subwidget_list[name].destroy()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h335 destroy(); in release()
338 void destroy() { in destroy() function in llvm::ImutAVLTree
485 N->destroy(); in recoverNodes()
629 TNew->destroy(); in getCanonicalTree()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c2253 FT_Bool destroy ) in FT_EXPORT_DEF()
2304 if ( destroy ) in FT_EXPORT_DEF()
2314 if ( !destroy ) in FT_EXPORT_DEF()
2328 FT_Bool destroy ) in FT_EXPORT_DEF()
2390 if ( destroy ) in FT_EXPORT_DEF()
2400 if ( !destroy ) in FT_EXPORT_DEF()
/third_party/json/include/nlohmann/
H A Djson.hpp554 void destroy(value_t t) in destroy() function
610 std::allocator_traits<decltype(alloc)>::destroy(alloc, object); in destroy()
618 std::allocator_traits<decltype(alloc)>::destroy(alloc, array); in destroy()
626 std::allocator_traits<decltype(alloc)>::destroy(alloc, string); in destroy()
634 std::allocator_traits<decltype(alloc)>::destroy(alloc, binary); in destroy()
1243 m_value.destroy(m_type);
2444 std::allocator_traits<decltype(alloc)>::destroy(alloc, m_value.string); in erase()
2451 std::allocator_traits<decltype(alloc)>::destroy(alloc, m_value.binary); in erase()
2515 std::allocator_traits<decltype(alloc)>::destroy(alloc, m_value.string); in erase()
2522 std::allocator_traits<decltype(alloc)>::destroy(allo in erase()
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1436 PyObject *destroy; member
1487 /* the destroy method, aka as the C++ delete method */ in SwigPyClientData_New()
1488 data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__"); in SwigPyClientData_New()
1491 data->destroy = 0; in SwigPyClientData_New()
1493 if (data->destroy) { in SwigPyClientData_New()
1495 Py_INCREF(data->destroy); in SwigPyClientData_New()
1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()
1515 Py_XDECREF(data->destroy); in SwigPyClientData_Del()
1690 PyObject *destroy = data ? data->destroy in SwigPyObject_dealloc() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp70 VULKAN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
78 VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
440 VULKAN_HPP_INLINE void Device::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
448 VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
1431 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Fence fence,
1441 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Fence fence,
1609 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore,
1619 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore,
1707 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Event event,
1717 VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPAC
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c418 .destroy = msm_submit_destroy,
655 .destroy = msm_ringbuffer_destroy,
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c1089 struct lws_context_per_thread *pt, int destroy) in rops_pt_init_destroy_h1()
1096 if (!destroy) { in rops_pt_init_destroy_h1()
1087 rops_pt_init_destroy_h1(struct lws_context *context, const struct lws_context_creation_info *info, struct lws_context_per_thread *pt, int destroy) rops_pt_init_destroy_h1() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c494 r->base.destroy = nv30_render_destroy; in nv30_render_create()
518 render->destroy(render); in nv30_draw_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c85 {"bstat", FD_DBG_BSTAT, "Print batch stats at context destroy"},
160 screen->ro->destroy(screen->ro); in fd_screen_destroy()
1122 pscreen->destroy = fd_screen_destroy; in fd_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c706 aapoint->stage.destroy = aapoint_destroy; in draw_aapoint_stage()
715 aapoint->stage.destroy(&aapoint->stage); in draw_aapoint_stage()
H A Ddraw_pipe_aaline.c594 aaline->stage.destroy = aaline_destroy; in draw_aaline_stage()
597 aaline->stage.destroy(&aaline->stage); in draw_aaline_stage()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.c383 filter->video_buffer->destroy(filter->video_buffer); in vl_deint_filter_init()
408 filter->video_buffer->destroy(filter->video_buffer); in vl_deint_filter_cleanup()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c476 screen->destroy(screen); in dd_screen_destroy()
618 dscreen->base.destroy = dd_screen_destroy; in ddebug_screen_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c606 pctx->destroy = etna_context_destroy; in etna_context_create()
638 pctx->destroy(pctx); in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c149 rctx->b.b.destroy = r600_destroy_context; in r600_create_context()
701 rscreen->b.b.destroy = r600_destroy_screen; in r600_screen_create()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc60 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy() function
61 std::allocator_traits<allocator_type>::destroy(*alloc, slot); in destroy()

Completed in 50 milliseconds

1...<<31323334353637383940>>...53