Lines Matching refs:driver_t
86 Loader::driver_t::driver_t(void* gles) in driver_t() function in android::Loader::driver_t
93 Loader::driver_t::~driver_t() in ~driver_t()
103 int Loader::driver_t::set(void* hnd, int32_t api) in set()
195 driver_t* hnd = (driver_t*)cnx->dso; in unload_system_driver()
226 driver_t* hnd = attempt_to_load_angle(cnx); in open()
315 driver_t* hnd = (driver_t*) cnx->dso; in close()
527 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
540 driver_t* hnd = nullptr; in attempt_to_load_angle()
546 hnd = new driver_t(dso); in attempt_to_load_angle()
574 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
584 driver_t* hnd = nullptr; in attempt_to_load_updated_driver()
588 hnd = new driver_t(dso); in attempt_to_load_updated_driver()
595 hnd = new driver_t(dso); in attempt_to_load_updated_driver()
611 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
615 driver_t* hnd = nullptr; in attempt_to_load_system_driver()
619 hnd = new driver_t(dso); in attempt_to_load_system_driver()
625 hnd = new driver_t(dso); in attempt_to_load_system_driver()