Searched defs:__DRIframebufferRec (Results 1 – 1 of 1) sorted by relevance
841 struct __DRIframebufferRec { struct842 unsigned char *base; /**< Framebuffer base address in the CPU's848 int size; /**< Framebuffer size, in bytes. */849 int stride; /**< Number of bytes from one line to the next. */850 int width; /**< Pixel width of the framebuffer. */851 int height; /**< Pixel height of the framebuffer. */852 int dev_priv_size; /**< Size of the driver's dev-priv structure. */853 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */