HomeSort by relevance Sort by last modified time
    Searched refs:hSAREA (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/libva/va/x11/
va_dricommon.h 80 drm_handle_t hSAREA;
dri1_util.c 104 &dri_state->hSAREA, &BusID))
121 if (drmMap(dri_state->base.fd, dri_state->hSAREA, SAREA_MAX, &dri_state->pSAREA))
va_dri.h 80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA,
va_dri.c 179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString)
182 drm_handle_t * hSAREA;
204 *hSAREA = rep.hSAREALow;
207 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift;
  /external/chromium_org/third_party/mesa/src/src/glx/
xf86dri.h 77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
XF86dri.c 175 XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
197 *hSAREA = rep.hSAREALow;
200 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift;
dri_glx.c 322 drm_handle_t hSAREA;
350 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
428 status = drmMap(fd, hSAREA, SAREA_MAX, &pSAREA);
  /external/mesa3d/src/glx/
xf86dri.h 77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
XF86dri.c 175 XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
197 *hSAREA = rep.hSAREALow;
200 *hSAREA |= ((drm_handle_t) rep.hSAREAHigh) << shift;
dri_glx.c 322 drm_handle_t hSAREA;
350 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
428 status = drmMap(fd, hSAREA, SAREA_MAX, &pSAREA);

Completed in 2662 milliseconds