Searched refs:FromHandle (Results 1 – 4 of 4) sorted by relevance
58 static Node* FromHandle(VkDebugReportCallbackEXT handle) { in FromHandle() function
156 auto node = callbacks.FromHandle(callback); in DestroyDebugReportCallbackEXT()
250 T* Get##T##FromHandle(Vk##T h); \251 T* Get##T##FromHandle(Vk##T h) { \
279 TEST_F(TransactionApplicationTest, FromHandle) { in TEST_F() argument