Home
last modified time | relevance | path

Searched refs:_EGLContext (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglcontext.h72 _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 …]
Degldriver.h67 _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,
Deglcontext.c47 _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 …]
Deglcurrent.h55 _EGLContext *CurrentContext;
95 extern _EGLContext *
Deglapi.c207 _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 …]
Degltypedefs.h47 typedef struct _egl_context _EGLContext; typedef
Deglsurface.h71 _EGLContext *CurrentContext;
Degldisplay.c318 _EGLContext *ctx = (_EGLContext *) list; in _eglReleaseDisplayResources()
Deglcurrent.c211 _EGLContext *
Deglsurface.c561 _EGLContext *ctx = _eglGetCurrentContext(); in _eglQuerySurface()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp65 _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/
Dplatform_x11_dri3.c62 _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()
Degl_dri2.h126 _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,
Degl_dri2.c128 _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 …]
Dplatform_drm.c468 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()
Dplatform_ohos.c703 _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()
Dplatform_android.c1099 _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()
Dplatform_x11.c1049 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()
Dplatform_wayland.c1165 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_wl_swap_buffers_with_damage()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c358 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()
Degl_wgl.h47 _EGLContext base;
/third_party/mesa3d/docs/
Degl.rst154 ``_EGLContext``, ``_EGLSurface``, etc. should be considered base classes