Searched refs:FindPlatformImplAddr (Results 1 – 4 of 4) sorted by relevance
27 EGLFuncPointer FindPlatformImplAddr(const char* name);
52 EGLFuncPointer f = FindPlatformImplAddr(name); in egl_connection_t()
246 if (FindPlatformImplAddr(name) == nullptr) { in LayerDriverEntries()
2603 EGLFuncPointer FindPlatformImplAddr(const char* name) { in FindPlatformImplAddr() function