Home
last modified time | relevance | path

Searched refs:driver_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DLoader.h39 struct driver_t { struct
40 explicit driver_t(void* gles);
41 ~driver_t();
58 driver_t* attempt_to_load_angle(egl_connection_t* cnx); argument
59 driver_t* attempt_to_load_updated_driver(egl_connection_t* cnx);
60driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
DLoader.cpp92 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()
[all …]