Searched refs:hSAREA (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxf86dri.h77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
H A DXF86dri.c175 XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA, argument
197 *hSAREA = rep.hSAREALow;
200 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift;
H A Ddri_glx.c322 drm_handle_t hSAREA; local
350 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
428 status = drmMap(fd, hSAREA, SAREA_MAX, &pSAREA);
/external/mesa3d/src/glx/
H A Dxf86dri.h77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
H A DXF86dri.c175 XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA, argument
197 *hSAREA = rep.hSAREALow;
200 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift;
H A Ddri_glx.c322 drm_handle_t hSAREA; local
350 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
428 status = drmMap(fd, hSAREA, SAREA_MAX, &pSAREA);

Completed in 448 milliseconds