Home
last modified time | relevance | path

Searched refs:hSAREA (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/tests/ttmtest/src/
Dxf86dri.c178 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString) in uniDRIOpenConnection() argument
181 drm_handle_t *hSAREA;
203 *hSAREA = rep.hSAREALow;
206 *hSAREA |= ((unsigned long)rep.hSAREAHigh) << 32;
Dxf86dri.h78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
/external/mesa3d/src/glx/
DXF86dri.c176 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()
Dxf86dri.h77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
Ddri_glx.c414 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()