Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.h36 PFN_vkDestroySemaphore mDestroyFunction; member
43 : mDestroyFunction(destroyFunction), mDevice(device), mSemaphore(semaphore) {} in DestroySemaphoreInfo()
53 info->mDestroyFunction(info->mDevice, info->mSemaphore, nullptr); in DestroySemaphore()