Home
last modified time | relevance | path

Searched refs:gEglWrapperMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp1419 static const std::map<std::string, EglWrapperFuncPointer> gEglWrapperMap = { variable
1533 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in FindEglWrapperApi()
1534 return gEglWrapperMap.at(name); in FindEglWrapperApi()
1543 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in CheckEglWrapperApi()