Searched refs:gEglWrapperMap (Results 1 – 1 of 1) sorted by relevance
1419 static const std::map<std::string, EglWrapperFuncPointer> gEglWrapperMap = { variable1533 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in FindEglWrapperApi()1534 return gEglWrapperMap.at(name); in FindEglWrapperApi()1543 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in CheckEglWrapperApi()