Home
last modified time | relevance | path

Searched refs:DebugReportCallbackEXT (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp203 class DebugReportCallbackEXT class
206 DebugReportCallbackEXT (VkInstance, const VkDebugReportCallbackCreateInfoEXT*) {} in DebugReportCallbackEXT() function in vk::__anonfb9acbbc0111::DebugReportCallbackEXT
207 ~DebugReportCallbackEXT (void) {} in ~DebugReportCallbackEXT()
DvkNullDriverImpl.inl175 …VK_NULL_RETURN((*pCallback = allocateNonDispHandle<DebugReportCallbackEXT, VkDebugReportCallbackEX…
335 freeNonDispHandle<DebugReportCallbackEXT, VkDebugReportCallbackEXT>(callback, pAllocator);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2283 class DebugReportCallbackEXT class
2286 DebugReportCallbackEXT() in DebugReportCallbackEXT() function in vk::DebugReportCallbackEXT
2291 DebugReportCallbackEXT(VkDebugReportCallbackEXT debugReportCallbackEXT) in DebugReportCallbackEXT() function in vk::DebugReportCallbackEXT
2295 DebugReportCallbackEXT& operator=(VkDebugReportCallbackEXT debugReportCallbackEXT) in operator =()
2302 bool operator==(DebugReportCallbackEXT const &rhs) const in operator ==()
2307 bool operator!=(DebugReportCallbackEXT const &rhs) const in operator !=()
2312 bool operator<(DebugReportCallbackEXT const &rhs) const in operator <()
2338 …static_assert( sizeof( DebugReportCallbackEXT ) == sizeof( VkDebugReportCallbackEXT ), "handle and…
18497 …eateInfoEXT* pCreateInfo, const AllocationCallbacks* pAllocator, DebugReportCallbackEXT* pCallback… in createDebugReportCallbackEXT()
18503 …ResultValueType<DebugReportCallbackEXT>::type createDebugReportCallbackEXT( const DebugReportCallb… in createDebugReportCallbackEXT()
[all …]