Home
last modified time | relevance | path

Searched refs:loader_open_device (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/loader/
Dloader.h42 loader_open_device(const char *device_name);
Dloader.c116 loader_open_device(const char *device_name) in loader_open_device() function
186 fd = loader_open_device(device->nodes[DRM_NODE_RENDER]); in loader_open_render_node()
402 fd = loader_open_device(devices[i]->nodes[DRM_NODE_RENDER]); in loader_get_user_preferred_fd()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c261 fd = loader_open_device(node); in device_get_fd()
266 return loader_open_device(node); in device_get_fd()
Dplatform_surfaceless.c253 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); in surfaceless_probe_device()
Dplatform_drm.c702 dri2_dpy->fd = loader_open_device(buf); in dri2_initialize_drm()
Dplatform_ohos.c1183 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); in ohos_open_device()
Dplatform_wayland.c1703 dri2_dpy->fd = loader_open_device(dri2_dpy->device_name); in drm_handle_device()
1835 fd = loader_open_device(node); in default_dmabuf_feedback_main_device()
Dplatform_android.c1625 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); in droid_open_device()
Dplatform_x11.c721 dri2_dpy->fd = loader_open_device(device_name); in dri2_x11_connect()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_omx_common.c64 drm_fd = loader_open_device(omx_render_node); in omx_get_screen()
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c206 return loader_open_device(path); in open_drm_render_node_minor()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c445 fd = loader_open_device(device_name); in vl_dri2_screen_create()
/third_party/mesa3d/docs/relnotes/
D11.0.0.rst195 dri2_glx.c:1186: undefined reference to \`loader_open_device'
D19.1.0.rst1332 - loader: use loader_open_device() to handle O_CLOEXEC
/third_party/mesa3d/src/glx/
Ddri2_glx.c1077 psc->fd = loader_open_device(deviceName); in dri2CreateScreen()