zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
__DRIlegacyExtensionRec Struct Reference

#include <dri_interface.h>

Public Attributes

__DRIextension base
 
__DRIcontext *(* createNewContext )(__DRIscreen *screen, const __DRIconfig *config, int render_type, __DRIcontext *shared, drm_context_t hwContext, void *loaderPrivate)
 
__DRIdrawable *(* createNewDrawable )(__DRIscreen *screen, const __DRIconfig *config, drm_drawable_t hwDrawable, int renderType, const int *attrs, void *loaderPrivate)
 
__DRIscreen *(* createNewScreen )(int screen, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, void *pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_configs, void *loaderPrivate)
 

Detailed Description

Definition at line 627 of file dri_interface.h.

Member Data Documentation

__DRIextension __DRIlegacyExtensionRec::base

Definition at line 628 of file dri_interface.h.

__DRIcontext*(* __DRIlegacyExtensionRec::createNewContext)(__DRIscreen *screen, const __DRIconfig *config, int render_type, __DRIcontext *shared, drm_context_t hwContext, void *loaderPrivate)

Definition at line 646 of file dri_interface.h.

__DRIdrawable*(* __DRIlegacyExtensionRec::createNewDrawable)(__DRIscreen *screen, const __DRIconfig *config, drm_drawable_t hwDrawable, int renderType, const int *attrs, void *loaderPrivate)

Definition at line 640 of file dri_interface.h.

__DRIscreen*(* __DRIlegacyExtensionRec::createNewScreen)(int screen, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, void *pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_configs, void *loaderPrivate)

Definition at line 630 of file dri_interface.h.


The documentation for this struct was generated from the following file: