Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.cpp87 static int do_android_unload_sphal_library(void* dso) { in do_android_unload_sphal_library() argument
89 return android_unload_sphal_library(dso); in do_android_unload_sphal_library()
94 dso[0] = gles; in driver_t()
95 for (size_t i=1 ; i<NELEM(dso) ; i++) in driver_t()
96 dso[i] = nullptr; in driver_t()
101 for (size_t i=0 ; i<NELEM(dso) ; i++) { in ~driver_t()
102 if (dso[i]) { in ~driver_t()
103 dlclose(dso[i]); in ~driver_t()
104 dso[i] = nullptr; in ~driver_t()
113 dso[0] = hnd; in set()
[all …]
DLoader.h44 void* dso[3]; member
62 void initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask);
65 void init_api(void* dso,
Degl.cpp105 if (cnx->dso == nullptr) { in validate_display_connection()
192 cnx->dso = loader.open(cnx); in egl_init_drivers_locked()
195 if (cnx->dso) { in egl_init_drivers_locked()
202 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
Degl_platform_entries.cpp361 if (cnx->dso) { in eglGetConfigsImpl()
384 if (cnx->dso) { in eglChooseConfigImpl()
1169 if (!cnx->dso) in eglWaitGLImpl()
1178 if (!cnx->dso) in eglWaitNativeImpl()
1188 if (cnx->dso) { in eglGetErrorImpl()
1263 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddressImpl()
1608 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapIntervalImpl()
1623 if (!cnx->dso) in eglWaitClientImpl()
1640 if (cnx->dso && cnx->egl.eglBindAPI) { in eglBindAPIImpl()
1649 if (cnx->dso && cnx->egl.eglQueryAPI) { in eglQueryAPIImpl()
[all …]
Degldefs.h47 inline egl_connection_t() : dso(nullptr), in egl_connection_t()
69 void * dso; member
Degl_display.cpp223 if (cnx->dso) { in getPlatformDisplay()
300 if (cnx->dso) { in initialize()
468 if (cnx->dso && disp.state == egl_display_t::INITIALIZED) { in terminate()
Degl_cache.cpp83 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.cpp205 hmi->dso = so; in LoadDriver()