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()
249 T* Get##T##FromHandle(Vk##T h); \250 T* Get##T##FromHandle(Vk##T h) { \
315 TEST_F(TransactionApplicationTest, FromHandle) { in TEST_F() argument