Searched refs:engineNames (Results 1 – 1 of 1) sorted by relevance
204 std::vector<std::string>& engineNames = foundApp->second.vulkanEngineNames; in addVulkanEngineName() local205 if (engineNames.size() < GpuStatsAppInfo::MAX_VULKAN_ENGINE_NAMES in addVulkanEngineName()206 && std::find(engineNames.cbegin(), engineNames.cend(), engineName) == engineNames.cend()) { in addVulkanEngineName()207 engineNames.push_back(engineName); in addVulkanEngineName()419 std::vector<const char*> engineNames; in pullAppInfoAtom() local421 engineNames.push_back(engineName.c_str()); in pullAppInfoAtom()446 engineNames); in pullAppInfoAtom()