• Home
  • Raw
  • Download

Lines Matching refs:getDevice

263     vkDestroyImage(helper.getDevice(), image, nullptr);  in RunShouldImportMemoryTest()
264 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldImportMemoryTest()
309 vkDestroySemaphore(helper.getDevice(), vkSemaphore, nullptr); in RunShouldImportSemaphoreTest()
387 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearTest()
388 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearTest()
535 vkDestroyImage(helper.getDevice(), image, nullptr); in RunTextureFormatCompatChromiumTest()
536 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunTextureFormatCompatChromiumTest()
753 vkDeviceWaitIdle(helper.getDevice()); in RunShouldClearWithSemaphoresTest()
754 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearWithSemaphoresTest()
755 vkDestroySemaphore(helper.getDevice(), vkAcquireSemaphore, nullptr); in RunShouldClearWithSemaphoresTest()
756 vkDestroySemaphore(helper.getDevice(), vkReleaseSemaphore, nullptr); in RunShouldClearWithSemaphoresTest()
757 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearWithSemaphoresTest()
991 vkDeviceWaitIdle(helper.getDevice()); in runShouldDrawTest()
992 vkDestroyImage(helper.getDevice(), image, nullptr); in runShouldDrawTest()
993 vkDestroySemaphore(helper.getDevice(), vkAcquireSemaphore, nullptr); in runShouldDrawTest()
994 vkDestroySemaphore(helper.getDevice(), vkReleaseSemaphore, nullptr); in runShouldDrawTest()
995 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in runShouldDrawTest()
1162 vkDeviceWaitIdle(helper.getDevice()); in runWaitSemaphoresRetainsContentTest()
1163 vkDestroyImage(helper.getDevice(), image, nullptr); in runWaitSemaphoresRetainsContentTest()
1164 vkDestroySemaphore(helper.getDevice(), vkAcquireSemaphore, nullptr); in runWaitSemaphoresRetainsContentTest()
1165 vkDestroySemaphore(helper.getDevice(), vkReleaseSemaphore, nullptr); in runWaitSemaphoresRetainsContentTest()
1166 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in runWaitSemaphoresRetainsContentTest()