Lines Matching refs:Loader
67 Loader& Loader::getInstance() { in getInstance()
68 static Loader loader; in getInstance()
92 Loader::driver_t::driver_t(void* gles) in driver_t()
99 Loader::driver_t::~driver_t() in ~driver_t()
109 int Loader::driver_t::set(void* hnd, int32_t api) in set()
127 Loader::Loader() in Loader() function in android::Loader
132 Loader::~Loader() { in ~Loader()
218 void Loader::unload_system_driver(egl_connection_t* cnx) { in unload_system_driver()
249 void* Loader::open(egl_connection_t* cnx) in open()
349 void Loader::close(egl_connection_t* cnx) in close()
365 void Loader::init_api(void* dso, in init_api()
633 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { 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()
697 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
724 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()