Searched refs:safe_VkCommandBufferInheritanceInfo (Results 1 – 2 of 2) sorted by relevance
965 struct safe_VkCommandBufferInheritanceInfo { struct974 safe_VkCommandBufferInheritanceInfo(const VkCommandBufferInheritanceInfo* in_struct); argument975 safe_VkCommandBufferInheritanceInfo(const safe_VkCommandBufferInheritanceInfo& src);976 safe_VkCommandBufferInheritanceInfo& operator=(const safe_VkCommandBufferInheritanceInfo& src); argument977 safe_VkCommandBufferInheritanceInfo();978 ~safe_VkCommandBufferInheritanceInfo();980 void initialize(const safe_VkCommandBufferInheritanceInfo* src);989 safe_VkCommandBufferInheritanceInfo* pInheritanceInfo; argument
5421 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo(const VkCommandBufferInher… in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo5433 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo() : in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo5437 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo(const safe_VkCommandBuffer… in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo5449 safe_VkCommandBufferInheritanceInfo& safe_VkCommandBufferInheritanceInfo::operator=(const safe_VkCo… in operator =()5468 safe_VkCommandBufferInheritanceInfo::~safe_VkCommandBufferInheritanceInfo() in ~safe_VkCommandBufferInheritanceInfo()5474 void safe_VkCommandBufferInheritanceInfo::initialize(const VkCommandBufferInheritanceInfo* in_struc… in initialize()5486 void safe_VkCommandBufferInheritanceInfo::initialize(const safe_VkCommandBufferInheritanceInfo* src) in initialize()5505 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(in_struct->pInheritanceInfo); in safe_VkCommandBufferBeginInfo()5520 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo); in safe_VkCommandBufferBeginInfo()5537 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo); in operator =()[all …]