Home | History | Annotate | Download | only in egltest

Lines Matching refs:library

42 // Get the library soname to load.
44 std::string library;
46 if (env->GetVar(kEglplatformShim, &library))
47 return library;
247 LOG(WARNING) << "Failed to load EGL library: " << error.ToString();
254 LOG(WARNING) << "Failed to load GLES library: " << error.ToString();
289 // handled by a separate library called eglplatform_shim.so.1 because
301 std::string library = GetShimLibraryName();
303 if (eglplatform_shim_.Load(library))
309 base::FilePath library_path = module_path.Append(library);
314 LOG(FATAL) << "failed to load " << library;