/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 75 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, 80 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *val… 84 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, 85 _EGLContext **old_ctx, 88 extern _EGLContext * 89 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t); 95 static inline _EGLContext * 96 _eglGetContext(_EGLContext *ctx) in _eglGetContext() 108 _eglPutContext(_EGLContext *ctx) in _eglPutContext() 119 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext() [all …]
|
D | eglcontext.c | 46 _eglGetContextAPIBit(_EGLContext *ctx) in _eglGetContextAPIBit() 84 _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy, in _eglParseContextAttribList() 579 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext() 621 _eglQueryContextRenderBuffer(_EGLContext *ctx) in _eglQueryContextRenderBuffer() 637 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c, in _eglQueryContext() 682 _EGLContext * 683 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t) in _eglBindContextToThread() 685 _EGLContext *oldCtx; in _eglBindContextToThread() 705 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) in _eglCheckMakeCurrent() 779 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() [all …]
|
D | eglapi.h | 70 _EGLContext *(*CreateContext)(_EGLDriver *drv, _EGLDisplay *dpy, 71 _EGLConfig *config, _EGLContext *share_list, 74 _EGLContext *ctx); 80 _EGLContext *ctx); 82 _EGLContext *ctx, EGLint attribute, 118 _EGLContext *ctx); 133 _EGLContext *ctx, EGLenum target, 198 int (*GLInteropQueryDeviceInfo)(_EGLDisplay *dpy, _EGLContext *ctx, 200 int (*GLInteropExportObject)(_EGLDisplay *dpy, _EGLContext *ctx,
|
D | eglcurrent.h | 55 _EGLContext *CurrentContext; 95 extern _EGLContext *
|
D | eglapi.c | 196 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) in _eglCheckContext() 751 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext() 753 _EGLContext *context; in eglCreateContext() 779 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext() 798 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent() 856 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext() 1195 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapInterval() 1229 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapBuffers() 1273 _EGLContext *ctx = _eglGetCurrentContext(); in _eglSwapBuffersWithDamageCommon() 1357 _EGLContext *ctx = _eglGetCurrentContext(); in eglSetDamageRegionKHR() [all …]
|
D | egltypedefs.h | 47 typedef struct _egl_context _EGLContext; typedef
|
D | egldriver.h | 68 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
|
D | egldisplay.c | 263 _EGLContext *ctx = (_EGLContext *) list; in _eglReleaseDisplayResources()
|
D | eglsurface.h | 53 _EGLContext *CurrentContext;
|
D | README.txt | 67 The internal libEGL data structures such as _EGLDisplay, _EGLContext,
|
D | eglcurrent.c | 206 _EGLContext *
|
D | eglsurface.c | 394 _EGLContext *ctx = _eglGetCurrentContext(); in _eglQuerySurface()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 64 _EGLContext ctx; 233 _EGLContext* 235 _EGLContext *share_list, const EGLint *attrib_list) in haiku_create_context() 260 haiku_destroy_context(_EGLDriver* drv, _EGLDisplay *disp, _EGLContext* ctx) in haiku_destroy_context() 276 _EGLSurface *rsurf, _EGLContext *ctx) in haiku_make_current() 282 _EGLContext *old_ctx; in haiku_make_current()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 100 _EGLContext *ctx = _eglGetCurrentContext(); in dri_set_background_context() 1209 static _EGLContext * 1211 _EGLContext *share_list, const EGLint *attrib_list) in dri2_create_context() 1388 dri2_destroy_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx) in dri2_destroy_context() 1452 dri2_surf_update_fence_fd(_EGLContext *ctx, in dri2_surf_update_fence_fd() 1478 _EGLSurface *rsurf, _EGLContext *ctx) in dri2_make_current() 1482 _EGLContext *old_ctx; in dri2_make_current() 1624 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_flush_drawable_for_swapbuffers() 1647 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_swap_buffers() 1660 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_swap_buffers_with_damage() [all …]
|
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() 258 dri3_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri3_create_image_khr_pixmap() 319 _EGLContext *ctx, EGLenum target, in dri3_create_image_khr()
|
D | egl_dri2.h | 104 _EGLContext *ctx, EGLenum target, 235 _EGLContext base; 396 _EGLContext *ctx, EGLenum target, 400 dri2_create_image_dma_buf(_EGLDisplay *disp, _EGLContext *ctx,
|
D | platform_android.c | 688 droid_create_image_from_prime_fd_yuv(_EGLDisplay *disp, _EGLContext *ctx, in droid_create_image_from_prime_fd_yuv() 787 droid_create_image_from_prime_fd(_EGLDisplay *disp, _EGLContext *ctx, in droid_create_image_from_prime_fd() 834 droid_create_image_from_name(_EGLDisplay *disp, _EGLContext *ctx, in droid_create_image_from_name() 906 _EGLContext *ctx, in dri2_create_image_android_native_buffer() 942 _EGLContext *ctx, EGLenum target, in droid_create_image_khr()
|
D | egl_dri2_fallbacks.h | 51 _EGLContext *ctx, EGLenum target, in dri2_fallback_create_image_khr()
|
D | platform_drm.c | 426 dri2_drm_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri2_drm_create_image_khr_pixmap() 453 _EGLContext *ctx, EGLenum target, in dri2_drm_create_image_khr()
|
D | platform_x11.c | 1002 dri2_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx, in dri2_create_image_khr_pixmap() 1094 _EGLContext *ctx, EGLenum target, in dri2_x11_create_image_khr()
|
D | platform_wayland.c | 934 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_wl_swap_buffers_with_damage()
|