Searched refs:hFrameBuffer (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 544 uniDRIGetDeviceInfo(dpy, screen, hFrameBuffer, in uniDRIGetDeviceInfo() argument 548 drm_handle_t *hFrameBuffer; 574 *hFrameBuffer = rep.hFrameBufferLow; 577 *hFrameBuffer |= ((unsigned long)rep.hFrameBufferHigh) << 32;
|
D | xf86dri.h | 111 drm_handle_t * hFrameBuffer, int *fbOrigin, int *fbSize,
|
/external/mesa3d/src/glx/ |
D | XF86dri.c | 557 XF86DRIGetDeviceInfo(Display * dpy, int screen, drm_handle_t * hFrameBuffer, in XF86DRIGetDeviceInfo() argument 580 *hFrameBuffer = rep.hFrameBufferLow; in XF86DRIGetDeviceInfo() 583 *hFrameBuffer |= ((drm_handle_t) rep.hFrameBufferHigh) << shift; in XF86DRIGetDeviceInfo()
|
D | xf86dri.h | 114 drm_handle_t * hFrameBuffer, int *fbOrigin,
|