Searched refs:EGLConfig (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglmesaext.h42 #define EGL_NO_CONFIG_MESA EGL_CAST(EGLConfig,0)
H A Degl.h43 typedef void *EGLConfig; typedef in typeref:typename:void *
106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig confi
[all...]
H A Deglext.h257 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0)
414 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
416 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
876 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
877 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
880 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
881 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
1004 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
1006 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglconfig.h181 extern EGLConfig
186 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp);
192 static inline EGLConfig
195 return (EGLConfig) conf;
218 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
227 _eglChooseConfig(_EGLDriver *drv, _EGLDisplay *disp, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
235 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs, EGLint config_size, EGLint *num_config);
H A Deglconfig.c81 EGLConfig
93 return (EGLConfig) NULL;
98 return (EGLConfig) conf;
107 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp)
730 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
797 EGLConfig *configs, EGLint config_size, EGLint *num_configs)
842 EGLConfig *handle = (EGLConfig *) buffer;
851 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs,
H A Deglapi.h63 EGLConfig *configs, EGLint config_size,
66 const EGLint *attrib_list, EGLConfig *configs,
H A Deglapi.c41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
721 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
738 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,
756 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
774 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
898 _eglCreateWindowSurfaceCommon(_EGLDisplay *disp, EGLConfig config,
921 * This check must occur before checking the EGLConfig, which emits
942 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
972 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config,
987 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig confi
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglconfig.h181 extern EGLConfig
186 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp);
192 static inline EGLConfig
195 return (EGLConfig) conf;
218 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
227 _eglChooseConfig(_EGLDisplay *disp, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
235 _eglGetConfigs(_EGLDisplay *disp, EGLConfig *configs, EGLint config_size, EGLint *num_config);
H A Deglconfig.c81 EGLConfig
93 return (EGLConfig) NULL;
98 return (EGLConfig) conf;
107 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp)
730 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
794 EGLConfig *configs, EGLint config_size, EGLint *num_configs)
839 EGLConfig *handle = (EGLConfig *) buffer;
848 _eglGetConfigs(_EGLDisplay *disp, EGLConfig *configs,
H A Deglapi.c41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
747 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
767 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,
788 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
806 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
960 _eglCreateWindowSurfaceCommon(_EGLDisplay *disp, EGLConfig config,
982 * This check must occur before checking the EGLConfig, which emits
1004 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
1034 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config,
1049 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig confi
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglutint.h33 EGLConfig config;
H A Deglut.c87 static EGLConfig
90 EGLConfig config;
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h58 typedef void *EGLConfig; typedef in typeref:typename:void *
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig confi
[all...]
H A Deglmesaext.h79 #define EGL_NO_CONFIG_MESA ((EGLConfig)0)
H A Deglext.h276 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0)
433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
851 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
852 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
855 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
856 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
968 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
970 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
/xsrc/external/mit/libepoxy/dist/test/
H A Degl_gl.c92 EGLConfig cfg;
102 errx(77, "Couldn't get an EGLConfig\n");
H A Degl_epoxy_api.c99 EGLConfig cfg;
109 errx(77, "Couldn't get an EGLConfig\n");
H A Degl_without_glx.c129 EGLConfig cfg;
151 errx(77, "Couldn't get an EGLConfig\n");
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_configless_context.spec35 the EGLConfig for every surface used by the context must be compatible
52 EGL_NO_CONFIG_MESA ((EGLConfig)0)
59 "EGLContexts can also optionally be created with respect to an EGLConfig
68 created without respect to an EGLConfig then there are no further
75 Replace the paragraph starting "If config is not a valid EGLConfig..."
78 "The config argument can either be a valid EGLConfig or EGL_NO_CONFIG_MESA.
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_configless_context.spec35 the EGLConfig for every surface used by the context must be compatible
52 EGL_NO_CONFIG_MESA ((EGLConfig)0)
59 "EGLContexts can also optionally be created with respect to an EGLConfig
68 created without respect to an EGLConfig then there are no further
75 Replace the paragraph starting "If config is not a valid EGLConfig..."
78 "The config argument can either be a valid EGLConfig or EGL_NO_CONFIG_MESA.
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h25 typedef void *EGLConfig; typedef in typeref:typename:void *
836 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0)
858 typedef EGLBoolean (GLAPIENTRY *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config);
871 typedef EGLContext (GLAPIENTRY *PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list);
877 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPBUFFERFROMCLIENTBUFFERPROC)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list);
878 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list);
879 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPIXMAPSURFACEPROC)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list);
880 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPIXMAPSURFACEHIPROC)(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI * pixmap);
881 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list);
882 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC)(EGLDisplay dpy, EGLConfig confi
[all...]
H A Degl_generated_dispatch.c5020 GEN_THUNKS_RET(EGLBoolean, eglChooseConfig, (EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config), (dpy, attrib_list, configs, config_size, num_config))
5033 GEN_THUNKS_RET(EGLContext, eglCreateContext, (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list), (dpy, config, share_context, attrib_list))
5039 GEN_THUNKS_RET(EGLSurface, eglCreatePbufferFromClientBuffer, (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list), (dpy, buftype, buffer, config, attrib_list))
5040 GEN_THUNKS_RET(EGLSurface, eglCreatePbufferSurface, (EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list), (dpy, config, attrib_list))
5041 GEN_THUNKS_RET(EGLSurface, eglCreatePixmapSurface, (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list), (dpy, config, pixmap, attrib_list))
5042 GEN_THUNKS_RET(EGLSurface, eglCreatePixmapSurfaceHI, (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI * pixmap), (dpy, config, pixmap))
5043 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurface, (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list), (dpy, config, native_pixmap, attrib_list))
5044 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurfaceEXT, (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLint * attrib_list), (dpy, config, native_pixmap, attrib_list))
5045 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurface, (EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list), (dpy, config, native_window, attrib_list))
5046 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurfaceEXT, (EGLDisplay dpy, EGLConfig confi
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c65 EGLConfig config;
139 EGLConfig config;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglinfo.c50 EGLConfig configs[MAX_CONFIGS];
H A Deglkms.c165 EGLConfig config;

Completed in 32 milliseconds

12