Searched refs:LoadEgl (Results 1 – 3 of 3) sorted by relevance
150 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F()163 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), nullptr); in HWTEST_F()177 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F()219 auto result = EglWrapperLoader::GetInstance().LoadEgl(eglPath.c_str(), &dispatchTable.egl); in HWTEST_F()
54 bool EglWrapperLoader::LoadEgl(const char* libName, EglHookTable* table) in LoadEgl() function in OHOS::EglWrapperLoader162 if (!LoadEgl(LIB_EGL_NAME, &table->egl)) { in LoadVendorDriver()
37 bool LoadEgl(const char *libName, EglHookTable *table);