Searched defs:drm_agp_buffer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm.h683 typedef struct drm_agp_buffer { struct
696 unsigned long handle; /**< From drm_agp_buffer */
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm.h593 struct drm_agp_buffer { struct
606 unsigned long handle; /**< From drm_agp_buffer */
741 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
742 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
848 typedef struct drm_agp_buffer drm_agp_buffer_t;

Completed in 558 milliseconds