/third_party/mesa3d/src/egl/main/ |
D | eglcontext.h | 72 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp, 77 _eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value); 81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, 82 _EGLContext **old_ctx, 85 extern _EGLContext * 86 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t); 92 static inline _EGLContext * 93 _eglGetContext(_EGLContext *ctx) in _eglGetContext() 105 _eglPutContext(_EGLContext *ctx) in _eglPutContext() 116 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext() [all …]
|
D | egldriver.h | 67 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \ 91 _EGLContext *(*CreateContext)(_EGLDisplay *disp, _EGLConfig *config, 92 _EGLContext *share_list, const EGLint *attrib_list); 93 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); 99 _EGLContext *ctx); 126 EGLBoolean (*WaitClient)(_EGLDisplay *disp, _EGLContext *ctx); 133 _EGLImage *(*CreateImageKHR)(_EGLDisplay *disp, _EGLContext *ctx, 199 int (*GLInteropQueryDeviceInfo)(_EGLDisplay *disp, _EGLContext *ctx, 201 int (*GLInteropExportObject)(_EGLDisplay *disp, _EGLContext *ctx,
|
D | eglcontext.c | 47 _eglGetContextAPIBit(_EGLContext *ctx) in _eglGetContextAPIBit() 85 _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *disp, in _eglParseContextAttribList() 591 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp, _EGLConfig *conf, in _eglInitContext() 631 _eglQueryContextRenderBuffer(_EGLContext *ctx) in _eglQueryContextRenderBuffer() 674 _eglQueryContext(_EGLContext *c, EGLint attribute, EGLint *value) in _eglQueryContext() 715 _EGLContext * 716 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t) in _eglBindContextToThread() 718 _EGLContext *oldCtx; in _eglBindContextToThread() 738 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) in _eglCheckMakeCurrent() 812 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() [all …]
|
D | eglcurrent.h | 55 _EGLContext *CurrentContext; 95 extern _EGLContext *
|
D | eglapi.c | 207 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) in _eglCheckContext() 816 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext() 817 _EGLContext *context; in eglCreateContext() 843 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext() 861 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent() 925 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext() 1289 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapInterval() 1325 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapBuffers() 1371 _EGLContext *ctx = _eglGetCurrentContext(); in _eglSwapBuffersWithDamageCommon() 1454 _EGLContext *ctx = _eglGetCurrentContext(); in eglSetDamageRegionKHR() [all …]
|
D | egltypedefs.h | 47 typedef struct _egl_context _EGLContext; typedef
|
D | eglsurface.h | 71 _EGLContext *CurrentContext;
|
D | egldisplay.c | 318 _EGLContext *ctx = (_EGLContext *) list; in _eglReleaseDisplayResources()
|
D | eglcurrent.c | 211 _EGLContext *
|
D | eglsurface.c | 561 _EGLContext *ctx = _eglGetCurrentContext(); in _eglQuerySurface()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 65 _EGLContext ctx; 239 _EGLContext* 241 _EGLContext *share_list, const EGLint *attrib_list) in haiku_create_context() 266 haiku_destroy_context(_EGLDisplay *disp, _EGLContext* ctx) in haiku_destroy_context() 282 _EGLSurface *rsurf, _EGLContext *ctx) in haiku_make_current() 288 _EGLContext *old_ctx; in haiku_make_current()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11_dri3.c | 62 _EGLContext *ctx = _eglGetCurrentContext(); in egl_dri3_in_current_context() 70 _EGLContext *ctx = _eglGetCurrentContext(); in egl_dri3_get_dri_context() 81 _EGLContext *ctx = _eglGetCurrentContext(); in egl_dri3_get_dri_screen() 273 dri3_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri3_create_image_khr_pixmap() 323 dri3_create_image_khr_pixmap_from_buffers(_EGLDisplay *disp, _EGLContext *ctx, in dri3_create_image_khr_pixmap_from_buffers() 380 dri3_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri3_create_image_khr()
|
D | egl_dri2.h | 126 _EGLImage* (*create_image)(_EGLDisplay *disp, _EGLContext *ctx, 270 _EGLContext base; 461 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, 465 dri2_create_image_dma_buf(_EGLDisplay *disp, _EGLContext *ctx,
|
D | egl_dri2.c | 128 _EGLContext *ctx = _eglGetCurrentContext(); in dri_set_background_context() 1480 static _EGLContext * 1482 _EGLContext *share_list, const EGLint *attrib_list) in dri2_create_context() 1654 dri2_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() 1719 dri2_surf_update_fence_fd(_EGLContext *ctx, in dri2_surf_update_fence_fd() 1770 _EGLSurface *rsurf, _EGLContext *ctx) in dri2_make_current() 1776 _EGLContext *old_ctx; in dri2_make_current() 1816 _EGLContext *tmp_ctx; in dri2_make_current() 1974 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_flush_drawable_for_swapbuffers() 1998 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_swap_buffers() [all …]
|
D | platform_drm.c | 468 dri2_drm_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri2_drm_create_image_khr_pixmap() 494 dri2_drm_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_drm_create_image_khr()
|
D | platform_ohos.c | 703 _EGLContext *ctx, in dri2_create_image_ohos_native_buffer() 728 ohos_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in ohos_create_image_khr()
|
D | platform_android.c | 1099 _EGLContext *ctx, in dri2_create_image_android_native_buffer() 1139 droid_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in droid_create_image_khr()
|
D | platform_x11.c | 1049 dri2_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri2_create_image_khr_pixmap() 1130 dri2_x11_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_x11_create_image_khr()
|
D | platform_wayland.c | 1165 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_wl_swap_buffers_with_damage()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 358 static _EGLContext * 360 _EGLContext *share_list, const EGLint *attrib_list) in wgl_create_context() 469 wgl_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) in wgl_destroy_context() 521 _EGLSurface *rsurf, _EGLContext *ctx) in wgl_make_current() 527 _EGLContext *old_ctx; in wgl_make_current() 569 _EGLContext *tmp_ctx; in wgl_make_current()
|
D | egl_wgl.h | 47 _EGLContext base;
|
/third_party/mesa3d/docs/ |
D | egl.rst | 154 ``_EGLContext``, ``_EGLSurface``, etc. should be considered base classes
|