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
68 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.cpp121 dso[0] = gles;
122 for (size_t i=1 ; i<NELEM(dso) ; i++)
123 dso[i] = 0;
128 for (size_t i=0 ; i<NELEM(dso) ; i++) {
129 if (dso[i]) {
130 dlclose(dso[i]);
131 dso[i] = 0;
140 dso[0] = hnd;
143 dso[1] = hnd;
146 dso[
172 void* dso; local
215 init_api(void* dso, char const * const * api, __eglMustCastToProperFunctionPointerType* curr, getProcAddressType getProcAddress) argument
381 void* dso = dlopen(driver_absolute_path, RTLD_NOW | RTLD_LOCAL); local
[all...]

Completed in 39 milliseconds