Searched refs:driver_t (Results 1 – 2 of 2) sorted by relevance
39 struct driver_t { struct40 explicit driver_t(void* gles);41 ~driver_t();58 driver_t* attempt_to_load_angle(egl_connection_t* cnx); argument59 driver_t* attempt_to_load_updated_driver(egl_connection_t* cnx);60 …driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
86 Loader::driver_t::driver_t(void* gles) in driver_t() function in android::Loader::driver_t93 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()[all …]