Searched defs:dso (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.h52 void* dso[3]; member in struct:android::Loader::driver_t
69 void init_api(void* dso,
H A Degldefs.h40 inline egl_connection_t() : dso(0) { }
41 void * dso; member in struct:android::egl_connection_t
H A DLoader.cpp104 dso[0] = gles;
105 for (size_t i=1 ; i<NELEM(dso) ; i++)
106 dso[i] = 0;
111 for (size_t i=0 ; i<NELEM(dso) ; i++) {
112 if (dso[i]) {
113 dlclose(dso[i]);
114 dso[i] = 0;
123 dso[0] = hnd;
126 dso[1] = hnd;
129 dso[
180 void* dso; local
214 init_api(void* dso, char const * const * api, __eglMustCastToProperFunctionPointerType* curr, getProcAddressType getProcAddress) argument
286 void* dso = dlopen(driver_absolute_path, RTLD_NOW | RTLD_LOCAL); local
[all...]

Completed in 1922 milliseconds