#include <dri_interface.h>
__driCreateNewScreen function.
In XFree86, most of this information is derrived from data returned by calling XF86DRIGetDeviceInfo.
__driCreateNewScreen function.
In XFree86, most of this information is derrived from data returned by calling XF86DRIGetDeviceInfo.
Definition at line 255 of file dri_interface.h.
Data Fields | |
| unsigned char * | base |
| Framebuffer base address in the CPU's address space. | |
| unsigned char * | base |
| Framebuffer base address in the CPU's address space. | |
| void * | dev_priv |
| Pointer to the driver's dev-priv structure. | |
| void * | dev_priv |
| Pointer to the driver's dev-priv structure. | |
| int | dev_priv_size |
| Size of the driver's dev-priv structure. | |
| int | height |
| Pixel height of the framebuffer. | |
| int | size |
| Framebuffer size, in bytes. | |
| int | stride |
| Number of bytes from one line to the next. | |
| int | width |
| Pixel width of the framebuffer. | |
| unsigned char* __DRIframebufferRec::base |
This value is calculated by calling drmMap on the framebuffer handle returned by XF86DRIGetDeviceInfo (or a similar function).
Definition at line 256 of file internal/dri_interface.h.
| unsigned char* __DRIframebufferRec::base |
This value is calculated by calling drmMap on the framebuffer handle returned by XF86DRIGetDeviceInfo (or a similar function).
Definition at line 256 of file dri_interface.h.
Definition at line 267 of file internal/dri_interface.h.
Definition at line 267 of file dri_interface.h.
Definition at line 266 of file dri_interface.h.
Definition at line 265 of file dri_interface.h.
Definition at line 262 of file dri_interface.h.
Definition at line 263 of file dri_interface.h.
Definition at line 264 of file dri_interface.h.
1.5.3