Home | History | Annotate | Download | only in EGL

Lines Matching defs:Loader

33 #include "Loader.h"
47 ANDROID_SINGLETON_STATIC_INSTANCE( Loader )
84 Loader::driver_t::driver_t(void* gles)
91 Loader::driver_t::~driver_t()
101 status_t Loader::driver_t::set(void* hnd, int32_t api)
121 Loader::entry_t::entry_t(int dpy, int impl, const char* tag)
127 Loader::Loader()
158 Loader::~Loader()
163 const char* Loader::getTag(int dpy, int impl)
175 void* Loader::open(EGLNativeDisplayType display, int impl, egl_connection_t* cnx)
212 status_t Loader::close(void* driver)
219 void Loader::init_api(void* dso,
262 void *Loader::load_driver(const char* kind, const char *tag,