Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/
Ddri_interface.h650 struct __DRIframebufferRec { struct
651 unsigned char *base; /**< Framebuffer base address in the CPU's
657 int size; /**< Framebuffer size, in bytes. */
658 int stride; /**< Number of bytes from one line to the next. */
659 int width; /**< Pixel width of the framebuffer. */
660 int height; /**< Pixel height of the framebuffer. */
661 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
662 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/
Ddri_interface.h650 struct __DRIframebufferRec { struct
651 unsigned char *base; /**< Framebuffer base address in the CPU's
657 int size; /**< Framebuffer size, in bytes. */
658 int stride; /**< Number of bytes from one line to the next. */
659 int width; /**< Pixel width of the framebuffer. */
660 int height; /**< Pixel height of the framebuffer. */
661 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
662 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/GL/internal/
Ddri_interface.h650 struct __DRIframebufferRec { struct
651 unsigned char *base; /**< Framebuffer base address in the CPU's
657 int size; /**< Framebuffer size, in bytes. */
658 int stride; /**< Number of bytes from one line to the next. */
659 int width; /**< Pixel width of the framebuffer. */
660 int height; /**< Pixel height of the framebuffer. */
661 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
662 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */
/aosp_15_r20/external/mesa3d/src/gallium/include/
H A Dmesa_interface.h809 struct __DRIframebufferRec { struct
810 unsigned char *base; /**< Framebuffer base address in the CPU's
816 int size; /**< Framebuffer size, in bytes. */
817 int stride; /**< Number of bytes from one line to the next. */
818 int width; /**< Pixel width of the framebuffer. */
819 int height; /**< Pixel height of the framebuffer. */
820 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
821 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */
/aosp_15_r20/external/mesa3d/include/GL/internal/
H A Ddri_interface.h896 struct __DRIframebufferRec { struct
897 unsigned char *base; /**< Framebuffer base address in the CPU's
903 int size; /**< Framebuffer size, in bytes. */
904 int stride; /**< Number of bytes from one line to the next. */
905 int width; /**< Pixel width of the framebuffer. */
906 int height; /**< Pixel height of the framebuffer. */
907 int dev_priv_size; /**< Size of the driver's dev-priv structure. */
908 void *dev_priv; /**< Pointer to the driver's dev-priv structure. */