Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidThreadStore.cpp79 int registerKey(ThreadStoreBase::Destructor* destroy) { in registerKey()
156 ThreadStoreBase::Destructor* destroy = mDestructors[n]; in leaveCurrentThread() local
197 ThreadStoreBase::ThreadStoreBase(Destructor* destroy) { in ThreadStoreBase()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp28 void destroy(goldfish_dma_context *ctx) { in destroy() function
/device/generic/goldfish-opengl/android-emu/aemu/base/fit/
DFunctionInternal.h42 void (*destroy)(void* bits); member
/device/generic/vulkan-cereal/stream-servers/gl/
DEmulatedEglImage.cpp57 EGLBoolean EmulatedEglImage::destroy() { in destroy() function in gfxstream::gl::EmulatedEglImage
DEmulatedEglFenceSync.cpp163 void EmulatedEglFenceSync::destroy() { in destroy() function in gfxstream::gl::EmulatedEglFenceSync
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_funcs.hpp61 …VULKAN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAlloc… in destroy() function in VULKAN_HPP_NAMESPACE::Instance
69 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy() function in VULKAN_HPP_NAMESPACE::Instance
397 …VULKAN_HPP_INLINE void Device::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocat… in destroy() function in VULKAN_HPP_NAMESPACE::Device
405 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy() function in VULKAN_HPP_NAMESPACE::Device
1228 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Fence fence, const VULKAN_HPP_NAMESP… in destroy() function in VULKAN_HPP_NAMESPACE::Device
1236 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Fence fence, Optional<const VULKAN_H… in destroy() function in VULKAN_HPP_NAMESPACE::Device
1381 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore, const VULKAN_HP… in destroy() function in VULKAN_HPP_NAMESPACE::Device
1389 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphore, Optional<const … in destroy() function in VULKAN_HPP_NAMESPACE::Device
1465 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Event event, const VULKAN_HPP_NAMESP… in destroy() function in VULKAN_HPP_NAMESPACE::Device
1473 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Event event, Optional<const VULKAN_H… in destroy() function in VULKAN_HPP_NAMESPACE::Device
[all …]
Dvulkan.hpp5518 void destroy(T t) VULKAN_HPP_NOEXCEPT in destroy() function in VULKAN_HPP_NAMESPACE::ObjectDestroy
5548 void destroy(T t) VULKAN_HPP_NOEXCEPT in destroy() function in VULKAN_HPP_NAMESPACE::ObjectDestroy
5585 void destroy( T t ) VULKAN_HPP_NOEXCEPT in destroy() function in VULKAN_HPP_NAMESPACE::ObjectFree
5616 void destroy( T t ) VULKAN_HPP_NOEXCEPT in destroy() function in VULKAN_HPP_NAMESPACE::ObjectRelease
5646 void destroy(T t) VULKAN_HPP_NOEXCEPT in destroy() function in VULKAN_HPP_NAMESPACE::PoolFree
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp85 void destroy() { in destroy() function in gfxstream::GlobalSyncThread
442 void SyncThread::destroy() { sGlobalSyncThread()->destroy(); } in destroy() function in gfxstream::SyncThread
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DDfuProvider.java180 public void destroy() { in destroy() method
/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVulkanTestHelper.cpp70 void VulkanTestHelper::destroy() { in destroy() function in gfxstream::vk::testing::VulkanTestHelper
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/
DX11Window.cpp274 void X11Window::destroy() in destroy() function in X11Window
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h314 ConsumerDestroyCallback destroy; member
/device/generic/vulkan-cereal/stream-servers/testlibs/windows/win32/
DWin32Window.cpp576 void Win32Window::destroy() in destroy() function in Win32Window
/device/generic/vulkan-cereal/stream-servers/testlibs/osx/
DOSXWindow.mm585 void OSXWindow::destroy() function
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h174 void destroy() { in destroy() function
/device/generic/vulkan-cereal/stream-servers/vulkan/emulated_textures/
DCompressedImageInfo.cpp626 void CompressedImageInfo::destroy(VulkanDispatch* vk) { in destroy() function in gfxstream::vk::CompressedImageInfo