Home
last modified time | relevance | path

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

/external/mesa3d/src/loader/
Dloader.h39 loader_open_device(const char *);
Dloader.c70 loader_open_device(const char *device_name) in loader_open_device() function
219 fd = loader_open_device(devices[i]->nodes[DRM_NODE_RENDER]); in loader_get_user_preferred_fd()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dentrypoint.c92 drm_fd = loader_open_device(omx_render_node); in omx_get_screen()
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c215 return loader_open_device(path); in open_drm_render_node_minor()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c284 fd = loader_open_device(card_path); in surfaceless_probe_device()
Dplatform_drm.c673 dri2_dpy->fd = loader_open_device(buf); in dri2_initialize_drm()
Dplatform_android.c1271 fd = loader_open_device(dev_path); in droid_open_device()
Dplatform_x11.c678 dri2_dpy->fd = loader_open_device(device_name); in dri2_x11_connect()
Dplatform_wayland.c1072 dri2_dpy->fd = loader_open_device(dri2_dpy->device_name); in drm_handle_device()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c391 fd = loader_open_device(device_name); in vl_dri2_screen_create()
/external/mesa3d/src/glx/
Ddri2_glx.c1230 psc->fd = loader_open_device(deviceName); in dri2CreateScreen()