Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.h57 …driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
DLoader.cpp285 hnd = attempt_to_load_system_driver(cnx, driverSuffix.c_str(), true); in open()
303 hnd = attempt_to_load_system_driver(cnx, prop.c_str(), true); in open()
321 hnd = attempt_to_load_system_driver(cnx, nullptr, true); in open()
328 hnd = attempt_to_load_system_driver(cnx, nullptr, false); in open()
666 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver() function in android::Loader