Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A DLoader.h56 driver_t* attempt_to_load_updated_driver(egl_connection_t* cnx);
H A DLoader.cpp223 hnd = attempt_to_load_updated_driver(cnx); in open()
566 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver() function in android::Loader