Searched refs:tmp_ppEnabledLayerNames (Results 1 – 1 of 1) sorted by relevance
128 char **tmp_ppEnabledLayerNames = new char *[in_struct->enabledLayerCount]; in safe_VkInstanceCreateInfo() local130 tmp_ppEnabledLayerNames[i] = SafeStringCopy(in_struct->ppEnabledLayerNames[i]); in safe_VkInstanceCreateInfo()132 ppEnabledLayerNames = tmp_ppEnabledLayerNames; in safe_VkInstanceCreateInfo()157 char **tmp_ppEnabledLayerNames = new char *[src.enabledLayerCount]; in safe_VkInstanceCreateInfo() local159 tmp_ppEnabledLayerNames[i] = SafeStringCopy(src.ppEnabledLayerNames[i]); in safe_VkInstanceCreateInfo()161 ppEnabledLayerNames = tmp_ppEnabledLayerNames; in safe_VkInstanceCreateInfo()198 char **tmp_ppEnabledLayerNames = new char *[src.enabledLayerCount]; in operator =() local200 tmp_ppEnabledLayerNames[i] = SafeStringCopy(src.ppEnabledLayerNames[i]); in operator =()202 ppEnabledLayerNames = tmp_ppEnabledLayerNames; in operator =()242 char **tmp_ppEnabledLayerNames = new char *[in_struct->enabledLayerCount]; in initialize() local[all …]