Searched defs:__DRIframebufferRec (Results 1 – 2 of 2) sorted by relevance
650 struct __DRIframebufferRec { struct651 unsigned char *base; /**< Framebuffer base address in the CPU's657 int size; /**< Framebuffer size, in bytes. */658 int stride; /**< Number of bytes from one line to the next. */659 int width; /**< Pixel width of the framebuffer. */660 int height; /**< Pixel height of the framebuffer. */661 int dev_priv_size; /**< Size of the driver's dev-priv structure. */662 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */