Lines Matching refs:driver_t
92 Loader::driver_t::driver_t(void* gles) in driver_t() function in android::Loader::driver_t
99 Loader::driver_t::~driver_t() in ~driver_t()
109 int Loader::driver_t::set(void* hnd, int32_t api) in set()
233 driver_t* hnd = (driver_t*)cnx->dso; in unload_system_driver()
273 driver_t* hnd = attempt_to_load_angle(cnx); in open()
351 driver_t* hnd = (driver_t*) cnx->dso; in close()
633 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
641 driver_t* hnd = nullptr; in attempt_to_load_angle()
647 hnd = new driver_t(dso); in attempt_to_load_angle()
660 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
670 driver_t* hnd = nullptr; in attempt_to_load_updated_driver()
674 hnd = new driver_t(dso); in attempt_to_load_updated_driver()
681 hnd = new driver_t(dso); in attempt_to_load_updated_driver()
697 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
701 driver_t* hnd = nullptr; in attempt_to_load_system_driver()
705 hnd = new driver_t(dso); in attempt_to_load_system_driver()
711 hnd = new driver_t(dso); in attempt_to_load_system_driver()