Searched refs:eglFeatures (Results 1 – 3 of 3) sorted by relevance
117 const std::string& packageName, const std::vector<std::string> eglFeatures);
141 const auto& eglFeatures = GraphicsEnv::getInstance().getAngleEglFeatures(); in getPlatformDisplayAngle() local143 if (eglFeatures.size() > 0) { in getPlatformDisplayAngle()144 for (const std::string& eglFeature : eglFeatures) { in getPlatformDisplayAngle()
555 const std::vector<std::string> eglFeatures) { in setAngleInfo() argument565 mAngleEglFeatures = std::move(eglFeatures); in setAngleInfo()