Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp81 VkResult err = mFuncs.vkCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in createExportableSemaphore()
98 VkResult err = mFuncs.vkCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in importSemaphoreFromSyncFd()
112 err = mFuncs.vkImportSemaphoreFdKHR(mDevice, &importInfo); in importSemaphoreFromSyncFd()
114 mFuncs.vkDestroySemaphore(mDevice, semaphore, nullptr); in importSemaphoreFromSyncFd()
130 VkResult err = mFuncs.vkGetSemaphoreFdKHR(mDevice, &getFdInfo, &res); in exportSemaphoreSyncFd()
139 mFuncs.vkDestroySemaphore(mDevice, semaphore, nullptr); in destroySemaphore()
290 mFuncs.vkDestroyInstance = vkDestroyInstance; in init()
530 mFuncs.vkDeviceWaitIdle = vkDeviceWaitIdle; in init()
531 mFuncs.vkDestroyDevice = vkDestroyDevice; in init()
537 mFuncs.vkCreateSemaphore = vkCreateSemaphore; in init()
[all …]
DVulkanInterface.h98 VulkanFuncs mFuncs; variable