Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h75 _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 …]
Deglcontext.c46 _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 …]
Deglapi.h70 _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,
Deglcurrent.h55 _EGLContext *CurrentContext;
95 extern _EGLContext *
Deglapi.c196 _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 …]
Degltypedefs.h47 typedef struct _egl_context _EGLContext; typedef
Degldriver.h68 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
Degldisplay.c263 _EGLContext *ctx = (_EGLContext *) list; in _eglReleaseDisplayResources()
Deglsurface.h53 _EGLContext *CurrentContext;
DREADME.txt67 The internal libEGL data structures such as _EGLDisplay, _EGLContext,
Deglcurrent.c206 _EGLContext *
Deglsurface.c394 _EGLContext *ctx = _eglGetCurrentContext(); in _eglQuerySurface()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp64 _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/
Degl_dri2.c100 _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 …]
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()
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()
Degl_dri2.h104 _EGLContext *ctx, EGLenum target,
235 _EGLContext base;
396 _EGLContext *ctx, EGLenum target,
400 dri2_create_image_dma_buf(_EGLDisplay *disp, _EGLContext *ctx,
Dplatform_android.c688 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()
Degl_dri2_fallbacks.h51 _EGLContext *ctx, EGLenum target, in dri2_fallback_create_image_khr()
Dplatform_drm.c426 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()
Dplatform_x11.c1002 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()
Dplatform_wayland.c934 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_wl_swap_buffers_with_damage()