Searched defs:__DRIframebufferRec (Results 1 – 5 of 5) 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. */
809 struct __DRIframebufferRec { struct810 unsigned char *base; /**< Framebuffer base address in the CPU's816 int size; /**< Framebuffer size, in bytes. */817 int stride; /**< Number of bytes from one line to the next. */818 int width; /**< Pixel width of the framebuffer. */819 int height; /**< Pixel height of the framebuffer. */820 int dev_priv_size; /**< Size of the driver's dev-priv structure. */821 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */
896 struct __DRIframebufferRec { struct897 unsigned char *base; /**< Framebuffer base address in the CPU's903 int size; /**< Framebuffer size, in bytes. */904 int stride; /**< Number of bytes from one line to the next. */905 int width; /**< Pixel width of the framebuffer. */906 int height; /**< Pixel height of the framebuffer. */907 int dev_priv_size; /**< Size of the driver's dev-priv structure. */908 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */