Home
last modified time | relevance | path

Searched refs:DestroyDevice (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.h90 static void DestroyDevice(VkDevice device);
H A Dcreate_functions_vk.cpp607 void CreateFunctionsVk::DestroyDevice(VkDevice device)
609 PLUGIN_ASSERT_MSG(device, "null device in DestroyDevice()");
H A Ddevice_vk.cpp687 CreateFunctionsVk::DestroyDevice(plat_.device); in ~DeviceVk()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h132 DEFINE_FUNC(DestroyDevice);
H A Drs_vulkan_context.cpp166 ACQUIRE_PROC(DestroyDevice, instance_); in CreateInstance()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1699 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in DestroyDevice() function
1704 deviceData->deviceDispatchTable->DestroyDevice(device, pAllocator); in DestroyDevice()
1858 return reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice); in LayerInterceptDeviceProc()

Completed in 9 milliseconds