/external/mesa3d/src/egl/main/ |
D | eglapi.h | 45 typedef EGLBoolean (*Initialize_t)(_EGLDriver *, _EGLDisplay *dpy); 46 typedef EGLBoolean (*Terminate_t)(_EGLDriver *, _EGLDisplay *dpy); 49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint co… 50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, … 51 typedef EGLBoolean (*GetConfigAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLi… 54 typedef _EGLContext *(*CreateContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, _EGL… 55 typedef EGLBoolean (*DestroyContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx); 57 typedef EGLBoolean (*MakeCurrent_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *draw, _EGLSurfa… 58 typedef EGLBoolean (*QueryContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint at… 61 typedef _EGLSurface *(*CreateWindowSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… [all …]
|
D | egldriver.h | 58 _EGL_DRIVER_TYPECAST(drvname ## _driver, _EGLDriver, obj) \ 66 typedef _EGLDriver *(*_EGLMain_t)(const char *args); 81 void (*Unload)(_EGLDriver *drv); 87 extern _EGLDriver * 91 extern _EGLDriver * 95 extern _EGLDriver * 99 PUBLIC _EGLDriver * 103 extern _EGLDriver * 117 _eglInitDriverFallbacks(_EGLDriver *drv);
|
D | eglapi.c | 163 static INLINE _EGLDriver * 178 static INLINE _EGLDriver * 181 _EGLDriver *drv = _eglCheckDisplay(disp, msg); in _eglCheckSurface() 192 static INLINE _EGLDriver * 195 _EGLDriver *drv = _eglCheckDisplay(disp, msg); in _eglCheckContext() 206 static INLINE _EGLDriver * 209 _EGLDriver *drv = _eglCheckDisplay(disp, msg); in _eglCheckConfig() 220 static INLINE _EGLDriver * 223 _EGLDriver *drv = _eglCheckDisplay(disp, msg); in _eglCheckSync() 237 static INLINE _EGLDriver * [all …]
|
D | eglscreen.h | 93 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *dpy, EGLScreenMESA *screens, EGLint max_screens, E… 97 _eglScreenPositionMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, EGLint x, EGLint y); 101 _eglQueryScreenSurfaceMESA(_EGLDriver *drv, _EGLDisplay *dpy, 106 _eglQueryScreenModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, _EGLMode **m); 110 _eglQueryScreenMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, EGLint attribute, EGLint *…
|
D | eglmode.h | 66 _eglChooseModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, 72 _eglGetModesMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, 77 _eglGetModeAttribMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m, 82 _eglQueryModeStringMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m);
|
D | eglscreen.c | 165 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *display, EGLScreenMESA *screens, in _eglGetScreensMESA() 179 _eglScreenPositionMESA(_EGLDriver *drv, _EGLDisplay *dpy, in _eglScreenPositionMESA() 193 _eglQueryScreenSurfaceMESA(_EGLDriver *drv, _EGLDisplay *dpy, in _eglQueryScreenSurfaceMESA() 205 _eglQueryScreenModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, in _eglQueryScreenModeMESA() 214 _eglQueryScreenMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, in _eglQueryScreenMESA()
|
D | eglsurface.h | 87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *va… 91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint va… 95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer); 99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
|
D | egldriver.c | 60 _EGLDriver *Driver; 201 _EGLDriver *drv; in _eglLoadModule() 580 static _EGLDriver * 583 _EGLDriver *drv = NULL; in _eglMatchAndInitialize() 626 _EGLDriver * 629 _EGLDriver *best_drv; in _eglMatchDriver()
|
D | eglmode.c | 260 _eglChooseModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, in _eglChooseModeMESA() 308 _eglGetModesMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, in _eglGetModesMESA() 331 _eglGetModeAttribMESA(_EGLDriver *drv, _EGLDisplay *dpy, in _eglGetModeAttribMESA() 351 _eglQueryModeStringMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m) in _eglQueryModeStringMESA()
|
D | eglconfig.h | 215 _eglChooseConfig(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, EGLConfig *configs, … 219 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, EGLint attribute, EGLint *… 223 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint config_size, EGLint *n…
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_sync.h | 35 egl_g3d_create_sync(_EGLDriver *drv, _EGLDisplay *dpy, 39 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync); 42 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, 46 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
|
D | egl_g3d_image.h | 35 egl_g3d_create_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, 40 egl_g3d_destroy_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *image); 43 egl_g3d_create_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, 47 egl_g3d_export_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img,
|
D | egl_g3d_api.c | 46 egl_g3d_choose_st(_EGLDriver *drv, _EGLContext *ctx, in egl_g3d_choose_st() 121 egl_g3d_choose_config(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attribs, in egl_g3d_choose_config() 145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_context() 206 egl_g3d_destroy_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx) in egl_g3d_destroy_context() 222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_surface() 318 egl_g3d_create_window_surface(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_window_surface() 332 egl_g3d_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_pixmap_surface() 375 egl_g3d_create_pbuffer_surface(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_pbuffer_surface() 391 egl_g3d_create_pbuffer_from_client_buffer(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_pbuffer_from_client_buffer() 478 egl_g3d_destroy_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf) in egl_g3d_destroy_surface() [all …]
|
D | egl_g3d_loader.h | 47 _EGLDriver * 51 egl_g3d_destroy_driver(_EGLDriver *drv);
|
D | egl_g3d.c | 96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat) in egl_g3d_get_platform() 163 egl_g3d_add_screens(_EGLDriver *drv, _EGLDisplay *dpy) in egl_g3d_add_screens() 334 egl_g3d_init_config(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_init_config() 421 egl_g3d_add_configs(_EGLDriver *drv, _EGLDisplay *dpy, EGLint id) in egl_g3d_add_configs() 489 egl_g3d_terminate(_EGLDriver *drv, _EGLDisplay *dpy) in egl_g3d_terminate() 519 egl_g3d_initialize(_EGLDriver *drv, _EGLDisplay *dpy) in egl_g3d_initialize() 632 egl_g3d_get_proc_address(_EGLDriver *drv, const char *procname) in egl_g3d_get_proc_address() 646 _EGLDriver * 670 egl_g3d_destroy_driver(_EGLDriver *drv) in egl_g3d_destroy_driver()
|
D | egl_g3d_sync.c | 152 egl_g3d_create_sync(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_sync() 200 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in egl_g3d_destroy_sync() 222 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_client_wait_sync() 263 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_signal_sync()
|
D | egl_g3d.h | 49 _EGLDriver base; 126 egl_g3d_get_st_api(_EGLDriver *drv, enum st_api_type api) in _EGL_DRIVER_TYPECAST()
|
D | egl_g3d_image.c | 224 egl_g3d_create_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, in egl_g3d_create_image() 298 egl_g3d_destroy_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img) in egl_g3d_destroy_image() 309 egl_g3d_create_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_create_drm_image() 345 egl_g3d_export_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img, in egl_g3d_export_drm_image()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 81 _EGLDriver base; 252 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, 257 dri2_initialize_x11(_EGLDriver *drv, _EGLDisplay *disp); 260 dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay *disp); 263 dri2_initialize_wayland(_EGLDriver *drv, _EGLDisplay *disp); 266 dri2_initialize_android(_EGLDriver *drv, _EGLDisplay *disp);
|
D | egl_dri2.c | 557 dri2_initialize(_EGLDriver *drv, _EGLDisplay *disp) in dri2_initialize() 601 dri2_terminate(_EGLDriver *drv, _EGLDisplay *disp) in dri2_terminate() 710 dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in dri2_create_context() 868 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() 885 dri2_make_current(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in dri2_make_current() 948 dri2_get_proc_address(_EGLDriver *drv, const char *procname) in dri2_get_proc_address() 956 dri2_wait_client(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_wait_client() 972 dri2_wait_native(_EGLDriver *drv, _EGLDisplay *disp, EGLint engine) in dri2_wait_native() 985 dri2_bind_tex_image(_EGLDriver *drv, in dri2_bind_tex_image() 1027 dri2_release_tex_image(_EGLDriver *drv, in dri2_release_tex_image() [all …]
|
D | platform_android.c | 145 droid_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type, in droid_create_surface() 205 droid_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp, in droid_create_window_surface() 214 droid_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *disp, in droid_create_pixmap_surface() 222 droid_create_pbuffer_surface(_EGLDriver *drv, _EGLDisplay *disp, in droid_create_pbuffer_surface() 230 droid_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in droid_destroy_surface() 255 droid_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in droid_swap_buffers() 355 droid_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, in droid_create_image_khr() 369 droid_init_driver_functions(_EGLDriver *drv) in droid_init_driver_functions() 479 droid_add_configs_for_visuals(_EGLDriver *drv, _EGLDisplay *dpy) in droid_add_configs_for_visuals() 693 dri2_initialize_android(_EGLDriver *drv, _EGLDisplay *dpy) in dri2_initialize_android()
|
D | platform_x11.c | 177 dri2_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type, in dri2_create_surface() 271 dri2_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp, in dri2_create_window_surface() 280 dri2_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *disp, in dri2_create_pixmap_surface() 289 dri2_create_pbuffer_surface(_EGLDriver *drv, _EGLDisplay *disp, in dri2_create_pbuffer_surface() 297 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface() 664 dri2_copy_region(_EGLDriver *drv, _EGLDisplay *disp, in dri2_copy_region() 697 dri2_swap_buffers_msc(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_swap_buffers_msc() 752 dri2_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in dri2_swap_buffers() 768 dri2_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_swap_buffers_region() 797 dri2_post_sub_buffer(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_post_sub_buffer() [all …]
|
D | platform_drm.c | 88 dri2_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type, in dri2_create_surface() 142 dri2_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp, in dri2_create_window_surface() 151 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface() 324 dri2_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in dri2_swap_buffers() 372 dri2_drm_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, in dri2_drm_create_image_khr() 395 dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay *disp) in dri2_initialize_drm()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 79 _EGLDriver Base; /**< base class */ 466 create_configs(_EGLDriver *drv, _EGLDisplay *dpy, EGLint screen) in create_configs() 586 GLX_eglInitialize(_EGLDriver *drv, _EGLDisplay *disp) in GLX_eglInitialize() 651 GLX_eglTerminate(_EGLDriver *drv, _EGLDisplay *disp) in GLX_eglTerminate() 677 GLX_eglCreateContext(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in GLX_eglCreateContext() 720 GLX_eglDestroyContext(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in GLX_eglDestroyContext() 756 GLX_eglMakeCurrent(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in GLX_eglMakeCurrent() 828 GLX_eglCreateWindowSurface(_EGLDriver *drv, _EGLDisplay *disp, in GLX_eglCreateWindowSurface() 876 GLX_eglCreatePixmapSurface(_EGLDriver *drv, _EGLDisplay *disp, in GLX_eglCreatePixmapSurface() 937 GLX_eglCreatePbufferSurface(_EGLDriver *drv, _EGLDisplay *disp, in GLX_eglCreatePbufferSurface() [all …]
|
/external/mesa3d/src/gallium/targets/egl-static/ |
D | egl.c | 289 egl_g3d_unload(_EGLDriver *drv) in egl_g3d_unload() 295 _EGLDriver * 299 _EGLDriver *drv; in _EGL_MAIN()
|