HomeSort by relevance Sort by last modified time
    Searched refs:_EGLContext (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/egl/main/
eglcontext.h 72 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
77 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
82 _EGLContext **old_ctx,
89 static inline _EGLContext *
90 _eglGetContext(_EGLContext *ctx)
102 _eglPutContext(_EGLContext *ctx)
113 _eglLinkContext(_EGLContext *ctx)
125 _eglUnlinkContext(_EGLContext *ctx)
135 static inline _EGLContext *
    [all...]
egltypedefs.h 50 typedef struct _egl_context _EGLContext;
eglcontext.c 46 _eglGetContextAPIBit(_EGLContext *ctx)
84 _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy,
472 * Initialize the given _EGLContext object to defaults and/or the values
486 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
528 _eglQueryContextRenderBuffer(_EGLContext *ctx)
544 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c,
586 static _EGLContext *
587 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t)
589 _EGLContext *oldCtx;
609 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read
    [all...]
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,
116 _EGLContext *ctx);
131 _EGLContext *ctx, EGLenum target,
196 int (*GLInteropQueryDeviceInfo)(_EGLDisplay *dpy, _EGLContext *ctx,
198 int (*GLInteropExportObject)(_EGLDisplay *dpy, _EGLContext *ctx,
eglcurrent.h 55 _EGLContext *CurrentContext;
95 extern _EGLContext *
egldriver.h 59 * _EGLContext, _EGLSurface, and _EGLConfig.
68 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
eglsurface.h 53 _EGLContext *CurrentContext;
eglapi.c 190 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg)
735 _EGLContext *share = _eglLookupContext(share_list, disp);
737 _EGLContext *context;
763 _EGLContext *context = _eglLookupContext(ctx, disp);
782 _EGLContext *context = _eglLookupContext(ctx, disp);
832 _EGLContext *context = _eglLookupContext(ctx, disp);
    [all...]
egldisplay.c 288 _EGLContext *ctx = (_EGLContext *) list;
eglcurrent.c 211 _EGLContext *
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 69 _EGLContext ctx;
240 _EGLContext*
242 _EGLContext *share_list, const EGLint *attrib_list)
267 haiku_destroy_context(_EGLDriver* drv, _EGLDisplay *disp, _EGLContext* ctx)
283 _EGLSurface *rsurf, _EGLContext *ctx)
289 _EGLContext *old_ctx;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 112 _EGLContext *ctx, EGLenum target,
227 _EGLContext base;
369 _EGLContext *ctx, EGLenum target,
373 dri2_create_image_dma_buf(_EGLDisplay *disp, _EGLContext *ctx,
egl_dri2_fallbacks.h 50 _EGLContext *ctx, EGLenum target,
platform_x11_dri3.c 90 _EGLContext *ctx = _eglGetCurrentContext();
98 _EGLContext *ctx = _eglGetCurrentContext();
109 _EGLContext *ctx = _eglGetCurrentContext();
287 dri3_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx,
348 _EGLContext *ctx, EGLenum target,
egl_dri2.c     [all...]
platform_android.c 587 droid_create_image_from_prime_fd_yuv(_EGLDisplay *disp, _EGLContext *ctx,
681 droid_create_image_from_prime_fd(_EGLDisplay *disp, _EGLContext *ctx,
715 droid_create_image_from_name(_EGLDisplay *disp, _EGLContext *ctx,
789 _EGLContext *ctx,
821 _EGLContext *ctx, EGLenum target,
    [all...]
platform_drm.c 462 dri2_drm_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx,
492 _EGLContext *ctx, EGLenum target,
platform_x11.c 1004 dri2_create_image_khr_pixmap(_EGLDisplay *disp, _EGLContext *ctx,
    [all...]
platform_wayland.c 749 _EGLContext *ctx = _eglGetCurrentContext();
    [all...]

Completed in 3684 milliseconds