Home | History | Annotate | Download | only in internal

Lines Matching full:framebuffer

796  * Framebuffer information record.  Used by libGL to communicate information
797 * about the framebuffer to the driver's \c __driCreateNewScreen function.
808 unsigned char *base; /**< Framebuffer base address in the CPU's
810 * calling \c drmMap on the framebuffer handle
814 int size; /**< Framebuffer size, in bytes. */
816 int width; /**< Pixel width of the framebuffer. */
817 int height; /**< Pixel height of the framebuffer. */