/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 93 #define ATTRIB_MAP(attr, memb) case attr: return offsetof(_EGLConfig, memb) in _eglOffsetOfConfig() 145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) in _eglSetConfigKey() 157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) in _eglGetConfigKey() 166 _eglInitConfig(_EGLConfig *config, _EGLDisplay *dpy, EGLint id); 170 _eglLinkConfig(_EGLConfig *conf); 173 extern _EGLConfig * 181 _eglGetConfigHandle(_EGLConfig *conf) in _eglGetConfigHandle() 188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, [all …]
|
D | eglconfig.c | 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig() 79 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig() 102 _EGLConfig * 105 _EGLConfig *conf; in _eglLookupConfig() 110 conf = (_EGLConfig *) _eglFindArray(dpy->Configs, (void *) config); in _eglLookupConfig() 259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig() 430 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig() 484 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid() 504 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList() 574 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() [all …]
|
D | eglapi.h | 51 typedef EGLBoolean (*GetConfigAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLi… 54 typedef _EGLContext *(*CreateContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, _EGL… 61 typedef _EGLSurface *(*CreateWindowSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… 62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… 63 typedef _EGLSurface *(*CreatePbufferSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *confi… 89 typedef _EGLSurface *(*CreateScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *co… 99 …river *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const E…
|
D | eglcontext.h | 52 _EGLConfig *Config; 68 _EGLConfig *config, const EGLint *attrib_list);
|
D | eglsurface.h | 50 _EGLConfig *Config; 83 _EGLConfig *config, const EGLint *attrib_list);
|
D | egltypedefs.h | 45 typedef struct _egl_config _EGLConfig; typedef
|
D | egldriver.h | 63 _EGL_DRIVER_TYPECAST(drvname ## _config, _EGLConfig, obj)
|
D | eglapi.c | 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) in _eglCheckConfig() 404 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglGetConfigAttrib() 420 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateContext() 525 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateWindowSurface() 546 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePixmapSurface() 567 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferSurface() 1064 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateScreenSurfaceMESA() 1252 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferFromClientBuffer()
|
D | eglcontext.c | 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext()
|
D | eglsurface.c | 280 _EGLConfig *conf, const EGLint *attrib_list) in _eglInitSurface()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 90 _EGLConfig criteria; 95 egl_g3d_compare_config(const _EGLConfig *conf1, const _EGLConfig *conf2, in egl_g3d_compare_config() 100 const _EGLConfig *criteria = &data->criteria;; in egl_g3d_compare_config() 107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) in egl_g3d_match_config() 145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_context() 222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_surface() 319 _EGLConfig *conf, EGLNativeWindowType win, in egl_g3d_create_window_surface() 333 _EGLConfig *conf, EGLNativePixmapType pix, in egl_g3d_create_pixmap_surface() 346 create_pbuffer_surface(_EGLDisplay *dpy, _EGLConfig *conf, in create_pbuffer_surface() 376 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_pbuffer_surface() [all …]
|
D | egl_g3d.h | 86 _EGLConfig base;
|
D | egl_g3d.c | 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, in init_config_attributes() 335 _EGLConfig *conf, const struct native_config *nconf, in egl_g3d_init_config() 474 struct egl_g3d_config *gconf = egl_g3d_config((_EGLConfig *) conf); in egl_g3d_free_config()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 167 _EGLConfig Base; /**< base class */ 176 GLX_egl_config_index(_EGLConfig *conf) in _EGL_DRIVER_STANDARD_TYPECASTS() 436 _EGLConfig *conf = &GLX_conf->Base; in fix_config() 677 GLX_eglCreateContext(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in GLX_eglCreateContext() 829 _EGLConfig *conf, EGLNativeWindowType window, in GLX_eglCreateWindowSurface() 877 _EGLConfig *conf, EGLNativePixmapType pixmap, in GLX_eglCreatePixmapSurface() 938 _EGLConfig *conf, const EGLint *attrib_list) in GLX_eglCreatePbufferSurface()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 146 _EGLConfig *conf, EGLNativeWindowType window, in droid_create_surface() 206 _EGLConfig *conf, EGLNativeWindowType window, in droid_create_window_surface() 215 _EGLConfig *conf, EGLNativePixmapType pixmap, in droid_create_pixmap_surface() 223 _EGLConfig *conf, const EGLint *attrib_list) in droid_create_pbuffer_surface()
|
D | egl_dri2.h | 212 _EGLConfig base;
|
D | egl_dri2.c | 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) in dri2_match_config() 119 _EGLConfig base; in dri2_add_config() 123 _EGLConfig *matching_config; in dri2_add_config() 710 dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in dri2_create_context()
|
D | platform_drm.c | 89 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_surface() 143 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_window_surface()
|
D | platform_x11.c | 178 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_surface() 272 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_window_surface() 281 _EGLConfig *conf, EGLNativePixmapType pixmap, in dri2_create_pixmap_surface() 290 _EGLConfig *conf, const EGLint *attrib_list) in dri2_create_pbuffer_surface()
|
D | platform_wayland.c | 118 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_surface() 195 _EGLConfig *conf, EGLNativeWindowType window, in dri2_create_window_surface()
|