Lines Matching refs:Loader
117 Loader& Loader::getInstance() { in getInstance()
118 static Loader loader; in getInstance()
122 Loader::driver_t::driver_t(void* gles) in driver_t()
129 Loader::driver_t::~driver_t() in ~driver_t()
139 int Loader::driver_t::set(void* hnd, int32_t api) in set()
157 Loader::Loader() in Loader() function in android::Loader
162 Loader::~Loader() { in ~Loader()
216 void Loader::unload_system_driver(egl_connection_t* cnx) { in unload_system_driver()
248 void* Loader::open(egl_connection_t* cnx) { in open()
375 void Loader::close(egl_connection_t* cnx) in close()
384 void Loader::init_api(void* dso, in init_api()
586 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
618 void Loader::attempt_to_init_angle_backend(void* dso, egl_connection_t* cnx) { in attempt_to_init_angle_backend()
632 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
666 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
699 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()