Home
last modified time | relevance | path

Searched refs:dso (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DLoader.cpp130 dso[0] = gles; in driver_t()
131 for (size_t i=1 ; i<NELEM(dso) ; i++) in driver_t()
132 dso[i] = 0; in driver_t()
137 for (size_t i=0 ; i<NELEM(dso) ; i++) { in ~driver_t()
138 if (dso[i]) { in ~driver_t()
139 dlclose(dso[i]); in ~driver_t()
140 dso[i] = 0; in ~driver_t()
149 dso[0] = hnd; in set()
152 dso[1] = hnd; in set()
155 dso[2] = hnd; in set()
[all …]
Degldefs.h40 inline egl_connection_t() : dso(0) { } in egl_connection_t()
41 void * dso; member
Degl.cpp106 if (cnx->dso == 0) { in validate_display_connection()
187 if (cnx->dso == 0) { in egl_init_drivers_locked()
192 cnx->dso = loader.open(cnx); in egl_init_drivers_locked()
195 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
DeglApi.cpp349 if (cnx->dso) { in eglGetConfigs()
374 if (cnx->dso) { in eglChooseConfig()
1137 if (!cnx->dso) in eglWaitGL()
1148 if (!cnx->dso) in eglWaitNative()
1158 if (cnx->dso) { in eglGetError()
1243 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddress()
1562 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapInterval()
1579 if (!cnx->dso) in eglWaitClient()
1602 if (cnx->dso && cnx->egl.eglBindAPI) { in eglBindAPI()
1617 if (cnx->dso && cnx->egl.eglQueryAPI) { in eglQueryAPI()
[all …]
DLoader.h43 void* dso[3]; member
60 void init_api(void* dso,
Degl_display.cpp126 if (cnx->dso && disp.dpy == EGL_NO_DISPLAY) { in getDisplay()
130 loader.close(cnx->dso); in getDisplay()
131 cnx->dso = NULL; in getDisplay()
170 if (cnx->dso) { in initialize()
284 if (cnx->dso && disp.state == egl_display_t::INITIALIZED) { in terminate()
Degl_cache.cpp91 if (cnx->dso && cnx->major >= 0 && cnx->minor >= 0) { in initialize()
/frameworks/compile/mclinker/include/mcld/Config/
DLinkers.def.in12 // macro with a single parameter (the name of the target whose exe/dso can be
DLinkers.def.cmake12 // macro with a single parameter (the name of the target whose exe/dso can be
DLinkers.def12 // macro with a single parameter (the name of the target whose exe/dso can be
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp187 hmi->dso = so; in LoadDriver()