Lines Matching refs:Loader
57 Loader& Loader::getInstance() { in getInstance()
58 static Loader loader; in getInstance()
82 Loader::driver_t::driver_t(void* gles) in driver_t()
89 Loader::driver_t::~driver_t() in ~driver_t()
99 int Loader::driver_t::set(void* hnd, int32_t api) in set()
117 Loader::Loader() in Loader() function in android::Loader
122 Loader::~Loader() { in ~Loader()
174 void Loader::unload_system_driver(egl_connection_t* cnx) { in unload_system_driver()
205 void* Loader::open(egl_connection_t* cnx) in open()
307 void Loader::close(egl_connection_t* cnx) in close()
316 void Loader::init_api(void* dso, in init_api()
523 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
555 void Loader::init_angle_backend(void* dso, egl_connection_t* cnx) { in init_angle_backend()
566 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
600 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
627 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()