Searched refs:EGLContext (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/libepoxy/dist/test/
H A Degl_gl.c47 make_egl_current_and_test(EGLDisplay *dpy, EGLContext ctx)
76 init_egl(EGLDisplay **out_dpy, EGLContext *out_ctx)
91 EGLContext ctx;
117 EGLContext egl_ctx;
H A Degl_epoxy_api.c46 make_egl_current_and_test(EGLDisplay *dpy, EGLContext ctx)
84 init_egl(EGLDisplay *dpy, EGLContext *out_ctx)
98 EGLContext ctx;
123 EGLContext egl_ctx;
H A Degl_without_glx.c139 EGLContext ctx;
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.h115 static inline EGLContext
119 return (EGLContext) ctx;
139 _eglLookupContext(EGLContext context, _EGLDisplay *disp)
151 static inline EGLContext
156 (EGLContext) ctx : EGL_NO_CONTEXT;
H A Deglapi.c41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
773 EGLContext EGLAPIENTRY
774 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
782 EGLContext ret;
804 eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
823 EGLContext ctx)
880 eglQueryContext(EGLDisplay dpy, EGLContext ctx,
1524 EGLContext EGLAPIENTRY
1528 EGLContext ret;
1681 _eglCreateImageCommon(_EGLDisplay *disp, EGLContext ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dmesa_glinterop.h69 typedef void *EGLContext; typedef in typeref:typename:void *
259 * and EGLContext.
262 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context,
285 * EGLDisplay and EGLContext.
288 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context,
295 typedef int (PFNMESAGLINTEROPEGLQUERYDEVICEINFOPROC)(EGLDisplay dpy, EGLContext context,
300 typedef int (PFNMESAGLINTEROPEGLEXPORTOBJECTPROC)(EGLDisplay dpy, EGLContext context,
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dmesa_glinterop.h69 typedef void *EGLContext; typedef in typeref:typename:void *
259 * and EGLContext.
262 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context,
285 * EGLDisplay and EGLContext.
288 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context,
295 typedef int (PFNMESAGLINTEROPEGLQUERYDEVICEINFOPROC)(EGLDisplay dpy, EGLContext context,
300 typedef int (PFNMESAGLINTEROPEGLEXPORTOBJECTPROC)(EGLDisplay dpy, EGLContext context,
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.h115 static inline EGLContext
119 return (EGLContext) ctx;
139 _eglLookupContext(EGLContext context, _EGLDisplay *disp)
151 static inline EGLContext
156 (EGLContext) ctx : EGL_NO_CONTEXT;
H A Deglapi.c41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
805 EGLContext EGLAPIENTRY
806 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
813 EGLContext ret;
835 eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
853 EGLContext ctx)
916 eglQueryContext(EGLDisplay dpy, EGLContext ctx,
1578 EGLContext EGLAPIENTRY
1582 EGLContext ret;
1727 _eglCreateImageCommon(_EGLDisplay *disp, EGLContext ct
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglutint.h34 EGLContext context;
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h45 typedef void *EGLContext; typedef in typeref:typename:void *
83 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h60 typedef void *EGLContext; typedef in typeref:typename:void *
98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtwo_win.c129 EGLContext *ctxRet,
147 EGLContext ctx;
231 EGLContext egl_ctx)
320 EGLContext egl_ctx;
H A Des1_info.c116 EGLContext *ctxRet,
138 EGLContext ctx;
234 EGLContext egl_ctx;
H A Dmsaa.c154 EGLContext *ctxRet,
174 EGLContext ctx;
333 EGLContext egl_ctx;
H A Dpbuffer.c151 EGLContext egl_ctx)
303 EGLContext *ctxRet,
321 EGLContext ctx;
431 EGLContext egl_ctx)
514 EGLContext egl_ctx;
H A Drender_tex.c219 EGLContext egl_ctx)
344 EGLContext *ctxRet,
362 EGLContext ctx;
480 EGLContext egl_ctx)
571 EGLContext egl_ctx;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c116 EGLContext *ctxRet,
138 EGLContext ctx;
234 EGLContext egl_ctx;
H A Des2tri.c238 EGLContext *ctxRet,
267 EGLContext ctx;
438 EGLContext egl_ctx;
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c44 EGLContext *ctxRet,
63 EGLContext ctx;
213 EGLContext egl_ctx;
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h26 typedef void *EGLContext; typedef in typeref:typename:void *
837 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0)
871 typedef EGLContext (GLAPIENTRY *PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list);
874 typedef EGLImage (GLAPIENTRY *PFNEGLCREATEIMAGEPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list);
875 typedef EGLImageKHR (GLAPIENTRY *PFNEGLCREATEIMAGEKHRPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list);
895 typedef EGLBoolean (GLAPIENTRY *PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx);
912 typedef EGLContext (GLAPIENTRY *PFNEGLGETCURRENTCONTEXTPROC)(void);
937 typedef EGLBoolean (GLAPIENTRY *PFNEGLMAKECURRENTPROC)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
943 typedef EGLBoolean (GLAPIENTRY *PFNEGLQUERYCONTEXTPROC)(EGLDisplay dpy, EGLContext ct
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglthreads.c74 EGLContext Context;
461 create_window(struct winthread *wt, EGLContext shareCtx)
464 EGLContext ctx;
710 EGLContext share;
H A Deglkms.c163 EGLContext ctx;
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c47 EGLContext vg_ctx;
48 EGLContext es_ctx;
H A Dvgimage2tex.c44 EGLContext vg_ctx;
45 EGLContext es_ctx;

Completed in 28 milliseconds

12