Searched refs:safe_VkCommandBufferAllocateInfo (Results 1 – 3 of 3) sorted by relevance
948 struct safe_VkCommandBufferAllocateInfo { struct954 safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInfo* in_struct); argument955 safe_VkCommandBufferAllocateInfo(const safe_VkCommandBufferAllocateInfo& src);956 safe_VkCommandBufferAllocateInfo& operator=(const safe_VkCommandBufferAllocateInfo& src); argument957 safe_VkCommandBufferAllocateInfo();958 ~safe_VkCommandBufferAllocateInfo();960 void initialize(const safe_VkCommandBufferAllocateInfo* src);
5359 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInf… in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo5368 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo() : in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo5372 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo(const safe_VkCommandBufferAlloca… in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo5381 safe_VkCommandBufferAllocateInfo& safe_VkCommandBufferAllocateInfo::operator=(const safe_VkCommandB… in operator =()5397 safe_VkCommandBufferAllocateInfo::~safe_VkCommandBufferAllocateInfo() in ~safe_VkCommandBufferAllocateInfo()5403 void safe_VkCommandBufferAllocateInfo::initialize(const VkCommandBufferAllocateInfo* in_struct) in initialize()5412 void safe_VkCommandBufferAllocateInfo::initialize(const safe_VkCommandBufferAllocateInfo* src) in initialize()
2421 safe_VkCommandBufferAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateCommandBuffers()2424 local_pAllocateInfo = new safe_VkCommandBufferAllocateInfo(pAllocateInfo); in DispatchAllocateCommandBuffers()