Home
last modified time | relevance | path

Searched refs:EGLContext (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h64 typedef void *EGLContext; typedef
102 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
127 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon…
131 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
141 …PIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint at…
152 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
156 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
166 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
167 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
[all …]
H A Deglext.h215 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu…
218 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, E…
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h60 typedef void *EGLContext; typedef
98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
137 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
H A Deglext.h208 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenu…
211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, E…
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch4 Subject: [PATCH 03/17] Revert "Use a dedicated EGLContext for the decorations
165 - qWarning("QWaylandGLContext: Failed to create the decorations EGLContext. Decorations will…
306 - EGLContext currentContext = eglGetCurrentContext();
340 EGLContext m_context;
341 EGLContext m_shareEGLContext;
342 - EGLContext m_decorationsContext;
/OK3568_Linux_fs/buildroot/package/efl/
H A D0004-evas_gl_drm-Drop-dependency-on-mesa3d.patch43 static EGLContext context = EGL_NO_CONTEXT;
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c71 EGLContext egl_context;
/OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/
H A D0004-vo_opengl-x11egl-Support-drm-hwdec.patch51 EGLContext egl_context;
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c57 EGLContext context;