Home
last modified time | relevance | path

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

12345678910>>...71

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/
H A DOgreEGLContext.cpp43 EGLContext::EGLContext(EGLDisplay eglDisplay, in EGLContext() function in Ogre::EGLContext
52 EGLContext* mainContext = static_cast<EGLContext*>(renderSystem->_getMainContext()); in EGLContext()
53 ::EGLContext shareContext = (::EGLContext) 0; in EGLContext()
63 EGLContext::~EGLContext() in ~EGLContext()
77 …void EGLContext::_createInternalResources(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurfac… in _createInternalResources()
96 …void EGLContext::_updateInternalResources(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurfac… in _updateInternalResources()
110 void EGLContext::_destroyInternalResources() in _destroyInternalResources()
120 void EGLContext::setCurrent() in setCurrent()
131 void EGLContext::endCurrent() in endCurrent()
137 EGLSurface EGLContext::getDrawable() const in getDrawable()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/
H A DOgreEGLContext.cpp37 EGLContext::EGLContext(EGLDisplay eglDisplay, in EGLContext() function in Ogre::EGLContext
48 EGLContext* mainContext = in EGLContext()
49 static_cast<EGLContext*>(renderSystem->_getMainContext()); in EGLContext()
50 ::EGLContext shareContext = (::EGLContext) 0; in EGLContext()
60 EGLContext::~EGLContext() in ~EGLContext()
69 …void EGLContext::_createInternalResources(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurfac… in _createInternalResources()
85 void EGLContext::_destroyInternalResources() in _destroyInternalResources()
95 void EGLContext::setCurrent() in setCurrent()
107 void EGLContext::endCurrent() in endCurrent()
112 EGLSurface EGLContext::getDrawable() const in getDrawable()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/
H A DOgreEGLContext.cpp37 EGLContext::EGLContext(EGLDisplay eglDisplay, in EGLContext() function in Ogre::EGLContext
46 EGLContext* mainContext = static_cast<EGLContext*>(renderSystem->_getMainContext()); in EGLContext()
47 ::EGLContext shareContext = (::EGLContext) 0; in EGLContext()
57 EGLContext::~EGLContext() in ~EGLContext()
66 …void EGLContext::_createInternalResources(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurfac… in _createInternalResources()
88 void EGLContext::_destroyInternalResources() in _destroyInternalResources()
98 void EGLContext::setCurrent() in setCurrent()
111 void EGLContext::endCurrent() in endCurrent()
117 EGLSurface EGLContext::getDrawable() const in getDrawable()
/dports/x11/virtualgl/virtualgl-3.0/server/
H A DEGLContextHash.h31 #define HASH Hash<EGLContext, void *, EGLContextAttribs *>
53 void add(EGLContext ctx, VGLFBConfig config) in add()
66 VGLFBConfig findConfig(EGLContext ctx) in findConfig()
85 GLenum getDrawBuffer(EGLContext ctx, GLsizei index) in getDrawBuffer()
111 void setReadBuffer(EGLContext ctx, GLenum readBuf) in setReadBuffer()
117 GLenum getReadBuffer(EGLContext ctx) in getReadBuffer()
124 void setDrawFBO(EGLContext ctx, GLuint drawFBO) in setDrawFBO()
130 GLuint getDrawFBO(EGLContext ctx) in getDrawFBO()
137 void setReadFBO(EGLContext ctx, GLuint readFBO) in setReadFBO()
143 GLuint getReadFBO(EGLContext ctx) in getReadFBO()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/EGL/
H A DOgreEGLContext.h39 class _OgrePrivate EGLContext : public GLContext
45 ::EGLContext mContext;
49EGLContext(EGLDisplay eglDisplay, const EGLSupport* glsupport, ::EGLConfig fbconfig, ::EGLSurface …
51 ~EGLContext();
53 …ces(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext);
64 return new EGLContext(mEglDisplay, mGLSupport, mConfig, mDrawable); in clone()
/dports/devel/allegro5/allegro5-5.2.7.0/android/gradle_project/allegro/src/main/java/org/liballeg/android/
H A DAllegroEGL.java44 private EGLContext egl_Context;
54 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_Init()
77 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_Terminate()
97 EGL10 egl = (EGL10)EGLContext.getEGL(); in eglAttrib()
126 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_chooseConfig()
195 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_createContext()
223 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_destroyContext()
231 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_createSurface()
255 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_destroySurface()
270 EGL10 egl = (EGL10)EGLContext.getEGL(); in egl_clearCurrent()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/EGL/
H A DOgreEGLContext.h39 class _OgrePrivate EGLContext: public GLES2Context
45 ::EGLContext mContext;
49EGLContext(EGLDisplay eglDisplay, const EGLSupport* glsupport, ::EGLConfig fbconfig, ::EGLSurface …
51 virtual ~EGLContext();
53 …ces(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/EGL/
H A DOgreEGLContext.h38 class _OgrePrivate EGLContext: public GLESContext
44 ::EGLContext mContext;
48EGLContext(EGLDisplay eglDisplay, const EGLSupport* glsupport, ::EGLConfig fbconfig, ::EGLSurface …
50 virtual ~EGLContext();
52 …ces(EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext);
/dports/multimedia/QtAV/QtAV-1.13.0/src/capi/
H A Degl_api.cpp93 CAPI_DEFINE_M_ENTRY(EGLContext, EGLAPIENTRY, eglCreateContext, CAPI_ARG4(EGLDisplay, EGLConfig, EGL…
97 CAPI_DEFINE_M_ENTRY(EGLBoolean, EGLAPIENTRY, eglDestroyContext, CAPI_ARG2(EGLDisplay, EGLContext))
107 …EGLBoolean, EGLAPIENTRY, eglMakeCurrent, CAPI_ARG4(EGLDisplay, EGLSurface, EGLSurface, EGLContext))
108 CAPI_DEFINE_M_ENTRY(EGLBoolean, EGLAPIENTRY, eglQueryContext, CAPI_ARG4(EGLDisplay, EGLContext, EGL…
130 CAPI_DEFINE_M_ENTRY(EGLContext, EGLAPIENTRY, eglGetCurrentContext, CAPI_ARG0())
152 CAPI_DEFINE(EGLContext, eglCreateContext, CAPI_ARG4(EGLDisplay, EGLConfig, EGLContext, const EGLint…
156 CAPI_DEFINE(EGLBoolean, eglDestroyContext, CAPI_ARG2(EGLDisplay, EGLContext))
166 CAPI_DEFINE(EGLBoolean, eglMakeCurrent, CAPI_ARG4(EGLDisplay, EGLSurface, EGLSurface, EGLContext))
167 CAPI_DEFINE(EGLBoolean, eglQueryContext, CAPI_ARG4(EGLDisplay, EGLContext, EGLint, EGLint *))
189 CAPI_DEFINE(EGLContext, eglGetCurrentContext, CAPI_ARG0())
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
43 private final EGLContext eglContext;
47 public EGLContext getRawContext() { in getRawContext()
53 EGLContext previousContext = egl.eglGetCurrentContext(); in getNativeEglContext()
84 public Context(EGL10 egl, EGLContext eglContext, EGLConfig eglContextConfig) { in Context()
92 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
93 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
343 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
349 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
[all …]
H A DEglBase14Impl.java17 import android.opengl.EGLContext;
36 private EGLContext eglContext;
51 private final EGLContext egl14Context;
54 public EGLContext getRawContext() { in getRawContext()
66 public Context(android.opengl.EGLContext eglContext) { in Context()
73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
269 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
275 EGLContext rootContext = sharedContext == null ? EGL14.EGL_NO_CONTEXT : sharedContext; in createEglContext()
276 final EGLContext eglContext; in createEglContext()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLDisplayUtil.java193 …System.err.println("EGLDisplayUtil.eglGetDisplay.s: eglDisplay("+EGLContext.toHexString(nativeDisp… in eglGetDisplay()
194 EGLContext.toHexString(singletonEGLDisplay.eglDisplay)+ in eglGetDisplay()
201 …System.err.println("EGLDisplayUtil.eglGetDisplay.X: eglDisplay("+EGLContext.toHexString(nativeDisp… in eglGetDisplay()
202 EGLContext.toHexString(eglDisplay)+ in eglGetDisplay()
233 …System.err.println("EGLDisplayUtil.eglInitialize("+EGLContext.toHexString(eglDisplay)+" ...): "+d+… in eglInitialize()
289 …splay failed with native "+EGLContext.toHexString(nativeDisplayID[0])+", error "+EGLContext.toHexS… in eglGetDisplayAndInitialize()
297 …fallback default: native "+EGLContext.toHexString(nativeDisplayID[0])+", error "+EGLContext.toHexS… in eglGetDisplayAndInitialize()
311 …System.err.println("EGLDisplayUtil.eglTerminate.X("+EGLContext.toHexString(eglDisplay)+" ...): "+d… in eglTerminate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
H A DEglBase14Impl.java17 import android.opengl.EGLContext;
36 private EGLContext eglContext;
51 private final EGLContext egl14Context;
54 public EGLContext getRawContext() { in getRawContext()
66 public Context(android.opengl.EGLContext eglContext) { in Context()
73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
269 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
275 EGLContext rootContext = sharedContext == null ? EGL14.EGL_NO_CONTEXT : sharedContext; in createEglContext()
276 final EGLContext eglContext; in createEglContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
H A DEglBase14Impl.java17 import android.opengl.EGLContext;
36 private EGLContext eglContext;
51 private final EGLContext egl14Context;
54 public EGLContext getRawContext() { in getRawContext()
66 public Context(android.opengl.EGLContext eglContext) { in Context()
73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
269 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
275 EGLContext rootContext = sharedContext == null ? EGL14.EGL_NO_CONTEXT : sharedContext; in createEglContext()
276 final EGLContext eglContext; in createEglContext()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
H A DEglBase14Impl.java17 import android.opengl.EGLContext;
35 private EGLContext eglContext;
50 private final EGLContext egl14Context;
53 public EGLContext getRawContext() { in getRawContext()
65 public Context(android.opengl.EGLContext eglContext) { in Context()
72 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
268 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
274 EGLContext rootContext = sharedContext == null ? EGL14.EGL_NO_CONTEXT : sharedContext; in createEglContext()
275 final EGLContext eglContext; in createEglContext()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase10Impl.java21 import javax.microedition.khronos.egl.EGLContext;
35 private EGLContext eglContext;
42 private final EGLContext eglContext;
45 public EGLContext getRawContext() { in getRawContext()
58 public Context(EGLContext eglContext) { in Context()
64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext()
322 final EGLContext eglContext; in createEglContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/include/GLES/
H A Degl.h73 typedef void *EGLContext;
79 #define EGL_NO_CONTEXT ((EGLContext)0)
212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
214 …Boolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
215 GLAPI EGLContext APIENTRY eglGetCurrentContext (void);
218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/t/include/GLES/
H A Degl.h73 typedef void *EGLContext;
79 #define EGL_NO_CONTEXT ((EGLContext)0)
212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
214 …Boolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
215 GLAPI EGLContext APIENTRY eglGetCurrentContext (void);
218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/glut/include/GLES/
H A Degl.h73 typedef void *EGLContext;
79 #define EGL_NO_CONTEXT ((EGLContext)0)
212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
214 …Boolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
215 GLAPI EGLContext APIENTRY eglGetCurrentContext (void);
218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint…
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_ContextEGL.h117 EGLContext m_context;
123 EGLContext &m_sharedContext;
126 static EGLContext s_gl_sharedContext;
129 static EGLContext s_gles_sharedContext;
132 static EGLContext s_vg_sharedContext;

12345678910>>...71