Searched refs:hSAREA (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 178 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString) in uniDRIOpenConnection() argument 181 drm_handle_t *hSAREA; 203 *hSAREA = rep.hSAREALow; 206 *hSAREA |= ((unsigned long)rep.hSAREAHigh) << 32;
|
D | xf86dri.h | 78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
|
/external/mesa3d/src/glx/ |
D | XF86dri.c | 176 XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA, in XF86DRIOpenConnection() argument 198 *hSAREA = rep.hSAREALow; in XF86DRIOpenConnection() 201 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift; in XF86DRIOpenConnection()
|
D | xf86dri.h | 77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
|
D | dri_glx.c | 414 drm_handle_t hSAREA; in CallCreateNewScreen() local 442 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) { in CallCreateNewScreen() 520 status = drmMap(fd, hSAREA, SAREA_MAX, &pSAREA); in CallCreateNewScreen()
|