Home | History | Annotate | Download | only in internal

Lines Matching full:framebuffer

614  * Framebuffer information record.  Used by libGL to communicate information
615 * about the framebuffer to the driver's \c __driCreateNewScreen function.
626 unsigned char *base; /**< Framebuffer base address in the CPU's
628 * calling \c drmMap on the framebuffer handle
632 int size; /**< Framebuffer size, in bytes. */
634 int width; /**< Pixel width of the framebuffer. */
635 int height; /**< Pixel height of the framebuffer. */