Home
last modified time | relevance | path

Searched defs:__DRIframebufferRec (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/include/GL/internal/
Ddri_interface.h879 struct __DRIframebufferRec { struct
880 unsigned char *base; /**< Framebuffer base address in the CPU's
886 int size; /**< Framebuffer size, in bytes. */
887 int stride; /**< Number of bytes from one line to the next. */
888 int width; /**< Pixel width of the framebuffer. */
889 int height; /**< Pixel height of the framebuffer. */
890 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
891 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */