Searched defs:__DRIframebufferRec (Results 1 – 1 of 1) sorted by relevance
947 struct __DRIframebufferRec { struct948 unsigned char *base; /**< Framebuffer base address in the CPU's954 int size; /**< Framebuffer size, in bytes. */955 int stride; /**< Number of bytes from one line to the next. */956 int width; /**< Pixel width of the framebuffer. */957 int height; /**< Pixel height of the framebuffer. */958 int dev_priv_size; /**< Size of the driver's dev-priv structure. */959 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */