Home
last modified time | relevance | path

Searched defs:handleB (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp986 NativeHandle handleB(handleA); in testSemaphoreImportTwice() local
1046 NativeHandle handleB(handleA); in testSemaphoreImportReimport() local
1419 NativeHandle handleB(handleA); in testSemaphoreMultipleImports() local
2068 NativeHandle handleB(handleA); in testFenceImportTwice() local
2128 NativeHandle handleB(handleA); in testFenceImportReimport() local
2400 NativeHandle handleB(handle); in testFenceReset() local
2572 NativeHandle handleB(handleA); in testFenceMultipleImports() local
3422 NativeHandle handleB(handleA); in testMemoryImportTwice() local
3504 NativeHandle handleB(handleA); in testMemoryMultipleImports() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp2057 NativeHandle handleB(handleA); in testImportAndUnimportExternalMemory() local
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DAbstractFileSystemTest.kt1740 fileSystem.openReadWrite(path).use { handleB -> in <lambda>() method