Searched refs:fDestroyDebugReportCallbackEXT (Results 1 – 8 of 8) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestContext.h | 47 , fDestroyDebugReportCallbackEXT(destroyCallback) {} in VkTestContext() 54 PFN_vkDestroyDebugReportCallbackEXT fDestroyDebugReportCallbackEXT = nullptr; variable
|
D | VkTestContext.cpp | 230 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr); in teardown()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.h | 47 , fDestroyDebugReportCallbackEXT(destroyCallback) {} in VkTestContext() 54 PFN_vkDestroyDebugReportCallbackEXT fDestroyDebugReportCallbackEXT = nullptr; variable
|
D | VkTestContext.cpp | 230 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr); in teardown()
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.h | 95 PFN_vkDestroyDebugReportCallbackEXT fDestroyDebugReportCallbackEXT = nullptr; variable
|
D | VulkanWindowContext.cpp | 426 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr); in destroyContext()
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.h | 98 PFN_vkDestroyDebugReportCallbackEXT fDestroyDebugReportCallbackEXT = nullptr; variable
|
D | VulkanWindowContext.cpp | 482 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr); in destroyContext()
|