Home
last modified time | relevance | path

Searched refs:hFrameBuffer (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/ttmtest/src/
Dxf86dri.c544 uniDRIGetDeviceInfo(dpy, screen, hFrameBuffer, in uniDRIGetDeviceInfo() argument
548 drm_handle_t *hFrameBuffer;
574 *hFrameBuffer = rep.hFrameBufferLow;
577 *hFrameBuffer |= ((unsigned long)rep.hFrameBufferHigh) << 32;
Dxf86dri.h111 drm_handle_t * hFrameBuffer, int *fbOrigin, int *fbSize,
/external/mesa3d/src/glx/
DXF86dri.c557 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()
Dxf86dri.h114 drm_handle_t * hFrameBuffer, int *fbOrigin,