Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/
Ddri_interface.h575 struct __DRIcoreExtensionRec { struct
576 __DRIextension base;
578 __DRIscreen *(*createNewScreen)(int screen, int fd,
584 void (*destroyScreen)(__DRIscreen *screen);
586 const __DRIextension **(*getExtensions)(__DRIscreen *screen);
588 int (*getConfigAttrib)(const __DRIconfig *config,
592 int (*indexConfigAttrib)(const __DRIconfig *config, int index,
595 __DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
601 void (*destroyDrawable)(__DRIdrawable *drawable);
603 void (*swapBuffers)(__DRIdrawable *drawable);
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/
Ddri_interface.h575 struct __DRIcoreExtensionRec { struct
576 __DRIextension base;
578 __DRIscreen *(*createNewScreen)(int screen, int fd,
584 void (*destroyScreen)(__DRIscreen *screen);
586 const __DRIextension **(*getExtensions)(__DRIscreen *screen);
588 int (*getConfigAttrib)(const __DRIconfig *config,
592 int (*indexConfigAttrib)(const __DRIconfig *config, int index,
595 __DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
601 void (*destroyDrawable)(__DRIdrawable *drawable);
603 void (*swapBuffers)(__DRIdrawable *drawable);
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/GL/internal/
Ddri_interface.h575 struct __DRIcoreExtensionRec { struct
576 __DRIextension base;
578 __DRIscreen *(*createNewScreen)(int screen, int fd,
584 void (*destroyScreen)(__DRIscreen *screen);
586 const __DRIextension **(*getExtensions)(__DRIscreen *screen);
588 int (*getConfigAttrib)(const __DRIconfig *config,
592 int (*indexConfigAttrib)(const __DRIconfig *config, int index,
595 __DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
601 void (*destroyDrawable)(__DRIdrawable *drawable);
603 void (*swapBuffers)(__DRIdrawable *drawable);
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/include/
H A Dmesa_interface.h717 struct __DRIcoreExtensionRec { struct
718 __DRIextension base;
721 __DRIscreen *(*createNewScreen)(int screen, int fd,
727 void (*destroyScreen)(__DRIscreen *screen);
729 const __DRIextension **(*getExtensions)(__DRIscreen *screen);
732 int (*getConfigAttrib)(const __DRIconfig *config,
737 int (*indexConfigAttrib)(const __DRIconfig *config, int index,
741 __DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
748 void (*destroyDrawable)(__DRIdrawable *drawable);
751 void (*swapBuffers)(__DRIdrawable *drawable);
[all …]
/aosp_15_r20/external/mesa3d/include/GL/internal/
H A Ddri_interface.h804 struct __DRIcoreExtensionRec { struct
805 __DRIextension base;
808 __DRIscreen *(*createNewScreen)(int screen, int fd,
814 void (*destroyScreen)(__DRIscreen *screen);
816 const __DRIextension **(*getExtensions)(__DRIscreen *screen);
819 int (*getConfigAttrib)(const __DRIconfig *config,
824 int (*indexConfigAttrib)(const __DRIconfig *config, int index,
828 __DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
835 void (*destroyDrawable)(__DRIdrawable *drawable);
838 void (*swapBuffers)(__DRIdrawable *drawable);
[all …]