Searched refs:GetPlatformPluginNameAtIndex (Results 1 – 5 of 5) sorted by relevance
224 static const char *GetPlatformPluginNameAtIndex(uint32_t idx);
1117 if (!PluginManager::GetPlatformPluginNameAtIndex(idx)) { in GetNumAvailablePlatforms()1142 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
220 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
770 const char *PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager
1587 while (auto name = PluginManager::GetPlatformPluginNameAtIndex(i++)) in GetPossiblePluginNames()