/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 | egldisplay.h | 74 _EGLDisplay *Display; 123 _EGLDisplay *Next; 167 extern _EGLDisplay * 172 _eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *dpy); 176 _eglCleanupDisplay(_EGLDisplay *disp); 184 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy); 191 static INLINE _EGLDisplay * 194 _EGLDisplay *dpy = (_EGLDisplay *) display; in _eglLookupDisplay() 205 _eglGetDisplayHandle(_EGLDisplay *dpy) in _eglGetDisplayHandle() 212 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy);
|
D | eglscreen.h | 55 _EGLDisplay *Display; 71 _eglInitScreen(_EGLScreen *screen, _EGLDisplay *dpy, EGLint num_modes); 79 _eglLookupScreen(EGLScreenMESA screen, _EGLDisplay *dpy); 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 | eglapi.c | 164 _eglCheckDisplay(_EGLDisplay *disp, const char *msg) in _eglCheckDisplay() 179 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface() 193 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) in _eglCheckContext() 207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) in _eglCheckConfig() 221 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync() 238 _eglCheckScreen(_EGLDisplay *disp, _EGLScreen *scrn, const char *msg) in _eglCheckScreen() 252 _eglCheckMode(_EGLDisplay *disp, _EGLMode *m, const char *msg) in _eglCheckMode() 271 static INLINE _EGLDisplay * 274 _EGLDisplay *dpy = _eglLookupDisplay(display); in _eglLockDisplay() 285 _eglUnlockDisplay(_EGLDisplay *dpy) in _eglUnlockDisplay() [all …]
|
D | eglscreen.c | 86 _eglInitScreen(_EGLScreen *screen, _EGLDisplay *dpy, EGLint num_modes) in _eglInitScreen() 109 _EGLDisplay *display; in _eglLinkScreen() 136 _eglLookupScreen(EGLScreenMESA screen, _EGLDisplay *display) in _eglLookupScreen() 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 | egldisplay.c | 221 _EGLDisplay *dpyList, *dpy; in _eglFiniDisplay() 249 _EGLDisplay * 252 _EGLDisplay *dpy; in _eglFindDisplay() 269 dpy = (_EGLDisplay *) calloc(1, sizeof(_EGLDisplay)); in _eglFindDisplay() 291 _eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *display) in _eglReleaseDisplayResources() 322 _eglCleanupDisplay(_EGLDisplay *disp) in _eglCleanupDisplay() 339 _EGLDisplay *cur; in _eglCheckDisplayHandle() 344 if (cur == (_EGLDisplay *) dpy) in _eglCheckDisplayHandle() 358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy) in _eglCheckResource() 381 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy) in _eglInitResource()
|
D | eglmode.h | 62 _eglLookupMode(EGLModeMESA mode, _EGLDisplay *dpy); 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 | eglsurface.h | 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, 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); 152 _eglLookupSurface(EGLSurface surface, _EGLDisplay *dpy) in _eglLookupSurface()
|
D | eglconfig.h | 44 _EGLDisplay *Display; 166 _eglInitConfig(_EGLConfig *config, _EGLDisplay *dpy, EGLint id); 174 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy); 196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, 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…
|
D | eglsync.h | 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, 57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, 110 _eglLookupSync(EGLSyncKHR handle, _EGLDisplay *dpy) in _eglLookupSync()
|
D | eglimage.h | 69 _eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *dpy, 74 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy); 127 _eglLookupImage(EGLImageKHR image, _EGLDisplay *dpy) in _eglLookupImage()
|
D | eglcontext.h | 67 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, 72 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *val… 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext()
|
D | eglmisc.c | 74 _eglUpdateExtensionsString(_EGLDisplay *dpy) in _eglUpdateExtensionsString() 126 _eglUpdateAPIsString(_EGLDisplay *dpy) in _eglUpdateAPIsString() 150 _eglQueryString(_EGLDriver *drv, _EGLDisplay *dpy, EGLint name) in _eglQueryString()
|
D | eglmode.c | 52 _eglLookupMode(EGLModeMESA mode, _EGLDisplay *disp) in _eglLookupMode() 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()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 133 int (*authenticate) (_EGLDisplay *disp, uint32_t id); 231 dri2_load_driver(_EGLDisplay *disp); 235 dri2_setup_screen(_EGLDisplay *disp); 238 dri2_load_driver_swrast(_EGLDisplay *disp); 241 dri2_create_screen(_EGLDisplay *disp); 247 dri2_add_config(_EGLDisplay *disp, const __DRIconfig *dri_config, int id, 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); [all …]
|
D | egl_dri2.c | 113 dri2_add_config(_EGLDisplay *disp, const __DRIconfig *dri_config, int id, in dri2_add_config() 279 _EGLDisplay *disp = data; in dri2_lookup_egl_image() 367 dri2_open_driver(_EGLDisplay *disp) in dri2_open_driver() 423 dri2_load_driver(_EGLDisplay *disp) in dri2_load_driver() 441 dri2_load_driver_swrast(_EGLDisplay *disp) in dri2_load_driver_swrast() 461 dri2_setup_screen(_EGLDisplay *disp) in dri2_setup_screen() 499 dri2_create_screen(_EGLDisplay *disp) in dri2_create_screen() 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() [all …]
|
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() 567 dri2_x11_authenticate(_EGLDisplay *disp, uint32_t id) in dri2_x11_authenticate() 591 dri2_authenticate(_EGLDisplay *disp) in dri2_authenticate() 611 _EGLDisplay *disp) in dri2_add_configs_for_visuals() 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() [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() 282 dri2_create_image_android_native_buffer(_EGLDisplay *disp, in dri2_create_image_android_native_buffer() 355 droid_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, in droid_create_image_khr() 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_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() 343 dri2_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri2_create_image_khr_pixmap() 372 dri2_drm_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, in dri2_drm_create_image_khr() 387 dri2_drm_authenticate(_EGLDisplay *disp, uint32_t id) in dri2_drm_authenticate() 395 dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay *disp) in dri2_initialize_drm()
|
/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_api.c | 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() 192 destroy_context(_EGLDisplay *dpy, _EGLContext *ctx) in destroy_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() 346 create_pbuffer_surface(_EGLDisplay *dpy, _EGLConfig *conf, in create_pbuffer_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() [all …]
|
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_image.c | 44 egl_g3d_reference_native_pixmap(_EGLDisplay *dpy, EGLNativePixmapType pix) in egl_g3d_reference_native_pixmap() 67 egl_g3d_create_drm_buffer(_EGLDisplay *dpy, _EGLImage *img, in egl_g3d_create_drm_buffer() 133 egl_g3d_reference_drm_buffer(_EGLDisplay *dpy, EGLint name, in egl_g3d_reference_drm_buffer() 187 egl_g3d_reference_wl_buffer(_EGLDisplay *dpy, struct wl_buffer *buffer, in egl_g3d_reference_wl_buffer() 208 egl_g3d_reference_android_native_buffer(_EGLDisplay *dpy, in egl_g3d_reference_android_native_buffer() 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()
|
D | egl_g3d_sync.c | 44 _EGLDisplay *dpy = gsync->base.Resource.Display; in egl_g3d_wait_sync_condvar() 101 _EGLDisplay *dpy = gsync->base.Resource.Display; in egl_g3d_wait_fence_sync() 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.c | 57 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_new_drm_screen() 65 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_new_sw_screen() 73 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_lookup_egl_image() 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() 381 egl_g3d_fill_depth_stencil_formats(_EGLDisplay *dpy, in egl_g3d_fill_depth_stencil_formats() 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()
|