![]() |
TerraLib 4.1
|
#include <dri_interface.h>
Public Attributes | |
| unsigned char * | base |
| int | size |
| int | stride |
| int | width |
| int | height |
| int | dev_priv_size |
| void * | dev_priv |
Framebuffer information record. Used by libGL to communicate information about the framebuffer to the driver's __driCreateNewScreen function.
In XFree86, most of this information is derrived from data returned by calling XF86DRIGetDeviceInfo.
Framebuffer information record. Used by libGL to communicate information about the framebuffer to the driver's __driCreateNewScreen function.
In XFree86, most of this information is derrived from data returned by calling XF86DRIGetDeviceInfo.
| unsigned char * __DRIframebufferRec::base |
Framebuffer base address in the CPU's address space. This value is calculated by calling drmMap on the framebuffer handle returned by XF86DRIGetDeviceInfo (or a similar function).
Pointer to the driver's dev-priv structure.
Size of the driver's dev-priv structure.
Pixel height of the framebuffer.
Framebuffer size, in bytes.
Number of bytes from one line to the next.
Pixel width of the framebuffer.