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.h60 …driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
DLoader.cpp291 hnd = attempt_to_load_system_driver(cnx, prop, true); in open()
306 hnd = attempt_to_load_system_driver(cnx, nullptr, true); in open()
310 hnd = attempt_to_load_system_driver(cnx, nullptr, false); in open()
697 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