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

1234

/external/deqp/framework/egl/
H A DegluUnique.hpp53 UniqueContext (EGLDisplay display, EGLContext context);
56 EGLContext operator* (void) { return m_context; }
61 EGLContext m_context;
71 ScopedCurrentContext (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
H A DegluGLContextFactory.hpp43 virtual EGLContext getEGLContext (void) const = 0;
H A DegluUnique.cpp43 UniqueContext::UniqueContext (EGLDisplay display, EGLContext context)
55 ScopedCurrentContext::ScopedCurrentContext (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
H A DegluApiPrototypes.inl27 EGLContext eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list);
28 EGLBoolean eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
29 EGLBoolean eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
30 EGLContext eglGetCurrentContext ();
33 EGLBoolean eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value);
H A DegluCallLogWrapper.cpp222 // EGLContext formatter
227 EGLContext display;
228 EGLContextFmt (EGLContext display_) : display(display_) {}
231 inline EGLContextFmt getEGLContextStr (EGLContext display) { return EGLContextFmt(display); }
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkANGLEGLContext.h33 EGLContext fOldEGLContext;
43 EGLContext fContext;
H A DSkNativeGLContext.h44 EGLContext fOldEGLContext;
68 EGLContext fContext;
/external/skia/include/gpu/gl/
H A DSkANGLEGLContext.h33 EGLContext fOldEGLContext;
43 EGLContext fContext;
H A DSkNativeGLContext.h44 EGLContext fOldEGLContext;
68 EGLContext fContext;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h107 static INLINE EGLContext
111 return (EGLContext) ctx;
131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy)
143 static INLINE EGLContext
148 (EGLContext) ctx : EGL_NO_CONTEXT;
/external/mesa3d/src/egl/main/
H A Deglcontext.h107 static INLINE EGLContext
111 return (EGLContext) ctx;
131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy)
143 static INLINE EGLContext
148 (EGLContext) ctx : EGL_NO_CONTEXT;
/external/chromium_org/ui/gl/
H A Dgl_context_egl.h13 typedef void* EGLContext; typedef
44 EGLContext context_;
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DSampleApplication.h45 EGLContext getContext() const;
58 EGLContext mContext;
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h70 bool IsValidContext(EGLContext ctx);
71 EGLContext CreateContext(EGLConfig config,
72 EGLContext share_ctx,
74 void DestroyContext(EGLContext ctx);
75 bool MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx);
H A Degl.cc16 typedef EGLContext RegalSystemContext;
74 EGLint ValidateDisplayContext(EGLDisplay dpy, EGLContext context) {
296 EGLContext eglCreateContext(EGLDisplay dpy,
298 EGLContext share_context,
311 EGLContext context = display->CreateContext(
319 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
332 EGLContext ctx) {
356 EGLContext eglGetCurrentContext() {
369 EGLContext ctx,
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.h68 typedef void* EGLContext; typedef in class:android_webview::HardwareRenderer
69 EGLContext last_egl_context_;
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
H A Deglmesaext.h87 EGLAPI EGLBoolean EGLAPIENTRY eglCopyContextMESA(EGLDisplay dpy, EGLContext source, EGLContext dest, EGLint mask);
90 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYCONTEXTMESA) (EGLDisplay dpy, EGLContext source, EGLContext dest, EGLint mask);
/external/mesa3d/include/EGL/
H A Degl.h47 typedef void *EGLContext; typedef
69 #define EGL_NO_CONTEXT ((EGLContext)0)
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
298 EGLContext share_context,
300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/content/common/gpu/media/
H A Dexynos_v4l2_video_device.h33 EGLContext egl_context,
H A Dtegra_v4l2_video_device.h36 EGLContext egl_context,
H A Dv4l2_video_device.h80 EGLContext egl_context,

Completed in 38 milliseconds

1234