Searched refs:dso (Results 1 – 9 of 9) sorted by relevance
104 dso[0] = gles; in driver_t()105 for (size_t i=1 ; i<NELEM(dso) ; i++) in driver_t()106 dso[i] = 0; in driver_t()111 for (size_t i=0 ; i<NELEM(dso) ; i++) { in ~driver_t()112 if (dso[i]) { in ~driver_t()113 dlclose(dso[i]); in ~driver_t()114 dso[i] = 0; in ~driver_t()123 dso[0] = hnd; in set()126 dso[1] = hnd; in set()129 dso[2] = hnd; in set()[all …]
181 if (cnx->dso) { in eglGetConfigs()206 if (cnx->dso) { in eglChooseConfig()609 if (!cnx->dso) in eglWaitGL()620 if (!cnx->dso) in eglWaitNative()630 if (cnx->dso) { in eglGetError()701 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddress()943 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapInterval()960 if (!cnx->dso) in eglWaitClient()983 if (cnx->dso && cnx->egl.eglBindAPI) { in eglBindAPI()998 if (cnx->dso && cnx->egl.eglQueryAPI) { in eglQueryAPI()[all …]
40 inline egl_connection_t() : dso(0) { } in egl_connection_t()41 void * dso; member
52 void* dso[3]; member69 void init_api(void* dso,
223 if (cnx->dso == 0) { in validate_display_connection()266 if (cnx->dso == 0) { in egl_init_drivers_locked()271 cnx->dso = loader.open(cnx); in egl_init_drivers_locked()274 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
122 if (cnx->dso && disp.dpy == EGL_NO_DISPLAY) { in getDisplay()126 loader.close(cnx->dso); in getDisplay()127 cnx->dso = NULL; in getDisplay()165 if (cnx->dso) { in initialize()277 if (cnx->dso && disp.state == egl_display_t::INITIALIZED) { in terminate()
88 if (cnx->dso && cnx->major >= 0 && cnx->minor >= 0) { in initialize()
12 // macro with a single parameter (the name of the target whose exe/dso can be