Home
last modified time | relevance | path

Searched defs:trash (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.c57 gst_vulkan_trash_dispose (GstVulkanTrash * trash) in gst_vulkan_trash_dispose()
74 gst_vulkan_trash_deinit (GstVulkanTrash * trash) in gst_vulkan_trash_deinit()
89 GstVulkanTrash *trash = (GstVulkanTrash *) object; in gst_vulkan_trash_free() local
100 gst_vulkan_trash_init (GstVulkanTrash * trash, GstVulkanFence * fence, in gst_vulkan_trash_init()
298 GstVulkanTrash * trash) in gst_vulkan_trash_list_add()
337 GstVulkanTrash *trash = handle; in gst_vulkan_trash_list_release_impl() local
351 GstVulkanTrash *trash = handle; in gst_vulkan_trash_list_free_impl() local
389 GstVulkanTrash *trash; in gst_vulkan_trash_list_acquire() local
423 GstVulkanTrash *trash = l->data; in gst_vulkan_trash_fence_list_gc() local
458 GstVulkanTrash *trash = l->data; in gst_vulkan_trash_fence_list_wait() local
[all …]
Dgstvkimageview.h79 gst_vulkan_image_view_ref (GstVulkanImageView * trash) in gst_vulkan_image_view_ref()
95 gst_vulkan_image_view_unref (GstVulkanImageView * trash) in gst_vulkan_image_view_unref()
Dgstvktrash.h78 gst_vulkan_trash_ref (GstVulkanTrash * trash) in gst_vulkan_trash_ref()
94 gst_vulkan_trash_unref (GstVulkanTrash * trash) in gst_vulkan_trash_unref()
/third_party/boost/libs/variant/test/
Dvariant_nonempty_check.cpp40 int trash; member
103 int trash; member
131 int trash; member
139 int trash; member
165 int trash; member
Dvariant_polymorphic_get_test.cpp19 struct base {int trash;}; member
23 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() member
Dvariant_get_test.cpp24 int trash; member
41 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() member
/third_party/glib/tests/
Dslice-threadinit.c115 GSList *trash = NULL; in main() local
141 GSList *trash = NULL; in main() local
/third_party/glib/gio/
Dgtrashportal.c47 static GXdpTrash *trash = NULL; in ensure_trash_portal() local
Dgfile.h369 gboolean (* trash) (GFile *file, member
/third_party/libsnd/src/
Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
/third_party/gptfdisk/
Dgptcurses.cc78 Space *trash; in EmptySpaces() local
/third_party/openssl/apps/
Dpasswd.c276 char trash[BUFSIZ]; in passwd_main() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_mediaLibrary.js126 trash: function (...args) { method
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h453 void SetTrashBuffer(bool trash) { _trash_window_buffer = trash; } in SetTrashBuffer()
/third_party/glib/glib/
Dgslice.c704 ChunkLink *trash = NULL; in magazine_cache_trim() local
756 ChunkLink *trash = NULL; in magazine_cache_trim() local
/third_party/python/Lib/test/
Dtest_descr.py3872 class trash(object): class