Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A Dfunctionsegl_typedefs.h25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy,
27 EGLContext share_context,
40 typedef EGLBoolean (*PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx);
59 EGLContext ctx);
61 EGLContext ctx,
97 typedef EGLContext (*PFNEGLGETCURRENTCONTEXTPROC)(void);
111 EGLContext ctx,
H A DFunctionsEGL.h51 EGLContext createContext(EGLConfig config,
52 EGLContext share_context,
58 EGLBoolean destroyContext(EGLContext context) const;
60 EGLBoolean makeCurrent(EGLSurface surface, EGLContext context) const;
70 EGLContext getCurrentContext() const;
72 EGLImageKHR createImageKHR(EGLContext context,
H A DRendererEGL.h25 EGLContext context,
30 EGLContext getContext() const;
36 EGLContext mContext;
H A DDisplayEGL.h43 virtual void destroyNativeContext(EGLContext context);
46 EGLContext sharedContext,
116 egl::Error initializeContext(EGLContext shareContext,
118 EGLContext *outContext,
123 egl::Error createRenderer(EGLContext shareContext,
151 EGLContext context = EGL_NO_CONTEXT;
/third_party/mesa3d/include/GL/
H A Dmesa_glinterop.h69 typedef void *EGLContext; typedef
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,
/third_party/mesa3d/src/egl/main/
H A Deglcontext.h113 static inline EGLContext
117 return (EGLContext) ctx; in _eglLinkContext()
137 _eglLookupContext(EGLContext context, _EGLDisplay *disp) in _eglLookupContext()
149 static inline EGLContext
154 (EGLContext) ctx : EGL_NO_CONTEXT; in _eglGetContextHandle()
/third_party/EGL/api/1.2/EGL/
H A Degl.h18 typedef void *EGLContext; typedef
41 #define EGL_NO_CONTEXT ((EGLContext)0)
243 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
244 EGLContext share_context,
246 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
248 EGLSurface read, EGLContext ctx);
250 EGLContext eglGetCurrentContext(void);
253 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/EGL/api/1.2/
H A Degl.h14 typedef void *EGLContext; typedef
37 #define EGL_NO_CONTEXT ((EGLContext)0)
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
240 EGLContext share_context,
242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
244 EGLSurface read, EGLContext ctx);
246 EGLContext eglGetCurrentContext(void);
249 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/EGL/api/1.1/EGL/
H A Degl.h43 typedef void *EGLContext;
49 #define EGL_NO_CONTEXT ((EGLContext)0)
209 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list);
210 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
211 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
212 GLAPI EGLContext APIENTRY eglGetCurrentContext (void);
215 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h14 typedef void *EGLContext; typedef
37 #define EGL_NO_CONTEXT ((EGLContext)0)
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
240 EGLContext share_context,
242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
244 EGLSurface read, EGLContext ctx);
246 EGLContext eglGetCurrentContext(void);
249 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h73 typedef void *EGLContext;
79 #define EGL_NO_CONTEXT ((EGLContext)0)
239 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list);
240 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
241 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
242 GLAPI EGLContext APIENTRY eglGetCurrentContext (void);
245 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h14 typedef void *EGLContext; typedef
37 #define EGL_NO_CONTEXT ((EGLContext)0)
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
240 EGLContext share_context,
242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
244 EGLSurface read, EGLContext ctx);
246 EGLContext eglGetCurrentContext(void);
249 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/EGL/api/EGL/
H A Degl.h45 typedef void *EGLContext; typedef
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...]
/third_party/mesa3d/include/EGL/
H A Degl.h45 typedef void *EGLContext; typedef
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...]
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h45 typedef void *EGLContext; typedef
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...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_autogen.h28 ANGLE_EXPORT EGLContext EGLAPIENTRY EGL_CreateContext(EGLDisplay dpy,
30 EGLContext share_context,
43 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroyContext(EGLDisplay dpy, EGLContext ctx);
63 EGLContext ctx);
65 EGLContext ctx,
103 ANGLE_EXPORT EGLContext EGLAPIENTRY EGL_GetCurrentContext();
111 EGLContext ctx,
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp82 EGLContext createContext() in createContext()
131 EGLContext mContext = EGL_NO_CONTEXT;
141 EGLContext context = createContext(); in TEST_P()
163 EGLContext context = createContext(); in TEST_P()
191 EGLContext context = createContext(); in TEST_P()
211 EGLContext context = createContext(); in TEST_P()
236 EGLContext context = createContext(); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp50 EGLContext (EGLAPIENTRY* eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
51 EGLBoolean (EGLAPIENTRY* eglDestroyContext)(EGLDisplay dpy, EGLContext ctx);
52 EGLBoolean (EGLAPIENTRY* eglMakeCurrent)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
53 EGLContext (EGLAPIENTRY* eglGetCurrentContext)(void);
56 EGLBoolean (EGLAPIENTRY* eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
61 EGLImageKHR (EGLAPIENTRY* eglCreateImageKHR)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
/third_party/vk-gl-cts/framework/egl/
H A DegluUnique.hpp77 UniqueContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLContext context);
80 eglw::EGLContext operator* (void) const { return m_context; } in operator *()
86 eglw::EGLContext m_context;
96 ScopedCurrentContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext context);
/third_party/EGL/api/1.0/EGL/
H A Degl.h35 typedef void *EGLContext; typedef
58 #define EGL_NO_CONTEXT ((EGLContext)0)
265 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
266 EGLContext share_context,
268 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
270 EGLSurface read, EGLContext ctx);
272 EGLAPI EGLContext APIENTRY eglGetCurrentContext(void);
275 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/EGL/api/1.0/
H A Degl.h32 typedef void *EGLContext; typedef
55 #define EGL_NO_CONTEXT ((EGLContext)0)
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
263 EGLContext share_context,
265 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
267 EGLSurface read, EGLContext ctx);
269 EGLAPI EGLContext APIENTRY eglGetCurrentContext(void);
272 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h32 typedef void *EGLContext; typedef
55 #define EGL_NO_CONTEXT ((EGLContext)0)
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
263 EGLContext share_context,
265 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
267 EGLSurface read, EGLContext ctx);
269 EGLAPI EGLContext APIENTRY eglGetCurrentContext(void);
272 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h32 typedef void *EGLContext; typedef
55 #define EGL_NO_CONTEXT ((EGLContext)0)
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
263 EGLContext share_context,
265 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
267 EGLSurface read, EGLContext ctx);
269 EGLAPI EGLContext APIENTRY eglGetCurrentContext(void);
272 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp24 typedef void *EGLContext; typedef
36 #define EGL_NO_CONTEXT ((EGLContext)0)
63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list);
64 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx);
65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
167 static EGLContext CurrentContext() { in CurrentContext()
175 EGLContext ctx) { in MakeCurrent()
193 EGLContext fContext = EGL_NO_CONTEXT;
289 EGLContext eglShareContex
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.h101 // EGLContext and HGLRC (WGL) are both "handles", which are implemented as pointers.
136 EGLContext getContext() const;
177 EGLContext createContext(EGLContext share, EGLint *extraAttributes);
179 bool makeCurrent(EGLContext context);
196 EGLContext mContext;

Completed in 17 milliseconds

1234567