Home
last modified time | relevance | path

Searched refs:EGL_NO_DISPLAY (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-egl.c105 has_base = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_base"); in piglit_egl_get_display()
106 has_x11 = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_x11"); in piglit_egl_get_display()
107 has_wayland = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_wayland"); in piglit_egl_get_display()
108 has_gbm = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_gbm"); in piglit_egl_get_display()
115 return EGL_NO_DISPLAY; in piglit_egl_get_display()
121 return EGL_NO_DISPLAY; in piglit_egl_get_display()
126 return EGL_NO_DISPLAY; in piglit_egl_get_display()
131 return EGL_NO_DISPLAY; in piglit_egl_get_display()
136 return EGL_NO_DISPLAY; in piglit_egl_get_display()
141 return EGL_NO_DISPLAY; in piglit_egl_get_display()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/egl/
H A DeglDevice.h225 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in makePbufferCurrent()
249 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in getVerticalRes()
256 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in getHorzRes()
263 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in isBackBuffered()
275 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in isMultiSample()
287 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglSurface != EGL_NO_SURFACE)) { in getSurfaceID()
296 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglContext != EGL_NO_CONTEXT)) { in getContextID()
327 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglConfig != 0)) { in getSamples()
334 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglConfig != 0)) { in getSampleBuffers()
341 if ((_eglDisplay != EGL_NO_DISPLAY) && (_eglConfig != 0)) { in getMaxSwapInterval()
[all …]
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/client/wayland-egl/
H A Dqwaylandeglclientbufferintegration.cpp82 if (q_hasEglExtension(EGL_NO_DISPLAY, "EGL_EXT_platform_base")) { in initialize()
83 if (q_hasEglExtension(EGL_NO_DISPLAY, "EGL_KHR_platform_wayland") || in initialize()
84 q_hasEglExtension(EGL_NO_DISPLAY, "EGL_EXT_platform_wayland") || in initialize()
85 q_hasEglExtension(EGL_NO_DISPLAY, "EGL_MESA_platform_wayland")) { in initialize()
108 if (m_eglDisplay == EGL_NO_DISPLAY) { in initialize()
116 m_eglDisplay = EGL_NO_DISPLAY; in initialize()
135 return m_eglDisplay != EGL_NO_DISPLAY; in isValid()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkEGLRenderWindow.cxx39 this->Display = EGL_NO_DISPLAY; in vtkEGLRenderWindow()
68 && this->Display != EGL_NO_DISPLAY) in Frame()
98 if (this->Display == EGL_NO_DISPLAY) in SetStereoCapableWindow()
169 if (this->OwnWindow && this->Mapped && this->Display != EGL_NO_DISPLAY) in DestroyWindow()
185 this->Display = EGL_NO_DISPLAY; in DestroyWindow()
227 if (this->Display == EGL_NO_DISPLAY) in Initialize()
291 this->Display != EGL_NO_DISPLAY && in MakeCurrent()
314 if(this->Display != EGL_NO_DISPLAY) in GetScreenSize()
340 if(this->Display == EGL_NO_DISPLAY && this->OwnWindow) in SupportsOpenGL()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DEGLUtils.cpp202 if (m_eglDisplay != EGL_NO_DISPLAY) in CreateDisplay()
208 if (m_eglDisplay == EGL_NO_DISPLAY) in CreateDisplay()
219 if (m_eglDisplay != EGL_NO_DISPLAY) in CreatePlatformDisplay()
235 if (m_eglDisplay == EGL_NO_DISPLAY) in CreatePlatformDisplay()
243 if (m_eglDisplay == EGL_NO_DISPLAY) in CreatePlatformDisplay()
287 if (m_eglDisplay == EGL_NO_DISPLAY) in ChooseConfig()
476 if (m_eglDisplay == EGL_NO_DISPLAY) in CreateSurface()
511 if (m_eglDisplay == EGL_NO_DISPLAY) in CreatePlatformSurface()
549 if (m_eglDisplay != EGL_NO_DISPLAY) in Destroy()
552 m_eglDisplay = EGL_NO_DISPLAY; in Destroy()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/winrt/
H A Dgl_context_egl.cpp96 EGLDisplay display = EGL_NO_DISPLAY; in initialize()
134 if (display == EGL_NO_DISPLAY) { in initialize()
179 if (mEglDisplay != EGL_NO_DISPLAY && mEglSurface != EGL_NO_SURFACE) { in cleanup()
184 if (mEglDisplay != EGL_NO_DISPLAY && mEglContext != EGL_NO_CONTEXT) { in cleanup()
189 if (mEglDisplay != EGL_NO_DISPLAY) { in cleanup()
191 mEglDisplay = EGL_NO_DISPLAY; in cleanup()
196 mEglDisplay(EGL_NO_DISPLAY),
/dports/devel/godot2/godot-2.1.6-stable/platform/winrt/
H A Dgl_context_egl.cpp96 EGLDisplay display = EGL_NO_DISPLAY; in initialize()
134 if (display == EGL_NO_DISPLAY) { in initialize()
179 if (mEglDisplay != EGL_NO_DISPLAY && mEglSurface != EGL_NO_SURFACE) { in cleanup()
184 if (mEglDisplay != EGL_NO_DISPLAY && mEglContext != EGL_NO_CONTEXT) { in cleanup()
189 if (mEglDisplay != EGL_NO_DISPLAY) { in cleanup()
191 mEglDisplay = EGL_NO_DISPLAY; in cleanup()
196 mEglDisplay(EGL_NO_DISPLAY),
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/egl/
H A Dgstgldisplay_egl.c107 EGLDisplay ret = EGL_NO_DISPLAY; in gst_gl_display_egl_get_from_native()
110 g_return_val_if_fail (type != GST_GL_DISPLAY_TYPE_NONE, EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
112 || (type == GST_GL_DISPLAY_TYPE_ANY && display == 0), EGL_NO_DISPLAY); in gst_gl_display_egl_get_from_native()
118 egl_exts = eglQueryString (EGL_NO_DISPLAY, EGL_EXTENSIONS); in gst_gl_display_egl_get_from_native()
141 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_X11) && in gst_gl_display_egl_get_from_native()
149 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_WAYLAND) && in gst_gl_display_egl_get_from_native()
157 if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) && in gst_gl_display_egl_get_from_native()
166 if (ret != EGL_NO_DISPLAY) in gst_gl_display_egl_get_from_native()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/uwp/
H A Dcontext_egl_uwp.cpp102 EGLDisplay display = EGL_NO_DISPLAY; in initialize()
150 if (display == EGL_NO_DISPLAY) { in initialize()
195 if (mEglDisplay != EGL_NO_DISPLAY && mEglSurface != EGL_NO_SURFACE) { in cleanup()
200 if (mEglDisplay != EGL_NO_DISPLAY && mEglContext != EGL_NO_CONTEXT) { in cleanup()
205 if (mEglDisplay != EGL_NO_DISPLAY) { in cleanup()
207 mEglDisplay = EGL_NO_DISPLAY; in cleanup()
212 mEglDisplay(EGL_NO_DISPLAY),
/dports/devel/godot/godot-3.2.3-stable/platform/uwp/
H A Dcontext_egl_uwp.cpp102 EGLDisplay display = EGL_NO_DISPLAY; in initialize()
150 if (display == EGL_NO_DISPLAY) { in initialize()
195 if (mEglDisplay != EGL_NO_DISPLAY && mEglSurface != EGL_NO_SURFACE) { in cleanup()
200 if (mEglDisplay != EGL_NO_DISPLAY && mEglContext != EGL_NO_CONTEXT) { in cleanup()
205 if (mEglDisplay != EGL_NO_DISPLAY) { in cleanup()
207 mEglDisplay = EGL_NO_DISPLAY; in cleanup()
212 mEglDisplay(EGL_NO_DISPLAY),
/dports/graphics/aseprite/aseprite-1.2.9/src/she/gl/
H A Dgl_context_egl.h23 , m_display(EGL_NO_DISPLAY) in GLContextEGL()
34 if (m_display == EGL_NO_DISPLAY) { in createGLContext()
91 if (m_display != EGL_NO_DISPLAY) { in destroyGLContext()
105 m_display = EGL_NO_DISPLAY; in destroyGLContext()
147 EGLDisplay display = EGL_NO_DISPLAY; in getD3DEGLDisplay()
148 for (int i=0; i<3 && display == EGL_NO_DISPLAY; ++i) { in getD3DEGLDisplay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLDisplayLuidTest.cpp17 EGLDisplayLuidTest() : mDisplay(EGL_NO_DISPLAY) {} in EGLDisplayLuidTest()
21 if (mDisplay != EGL_NO_DISPLAY) in testTearDown()
32 EGL_NO_DISPLAY); in testInvalidAttribs()
42 EXPECT_NE(mDisplay, EGL_NO_DISPLAY); in testValidAttribs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp24 : mDisplay(EGL_NO_DISPLAY), in EGLSurfaceTest()
42 if (mDisplay != EGL_NO_DISPLAY) in TearDown()
71 mDisplay = EGL_NO_DISPLAY; in TearDown()
103 ASSERT_TRUE(mDisplay != EGL_NO_DISPLAY); in initializeDisplay()
255 const char *extensionsString = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in TEST_F()
272 const char *extensionsString = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in TEST_F()
311 const char *extensionsString = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in TEST_F()
354 if (!ANGLETest::eglDisplayExtensionEnabled(EGL_NO_DISPLAY, "EGL_ANGLE_platform_angle_d3d")) in TEST_F()
396 if (!ANGLETest::eglDisplayExtensionEnabled(EGL_NO_DISPLAY, "EGL_ANGLE_platform_angle_d3d")) in TEST_F()
438 if (!ANGLETest::eglDisplayExtensionEnabled(EGL_NO_DISPLAY, "EGL_ANGLE_platform_angle_d3d")) in TEST_F()
[all …]
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/
H A Dtestegldisplay.c60 if (displays[i] == EGL_NO_DISPLAY) { in main()
86 if (dpy == EGL_NO_DISPLAY) { in main()
98 if (dpy != EGL_NO_DISPLAY) { in main()
112 if (dpy != EGL_NO_DISPLAY) { in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libGLESv2/
H A Dentry_points_egl_ext.cpp149 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
156 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
161 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
217 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
304 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
314 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
323 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
331 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
341 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
356 return EGL_NO_DISPLAY; in GetPlatformDisplayEXT()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkEGLRenderWindow.cxx98 const char* s = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in vtkEGLDeviceExtensions()
132 , Display(EGL_NO_DISPLAY) in vtkInternals()
200 impl->Display != EGL_NO_DISPLAY) in Frame()
225 if (impl->Display == EGL_NO_DISPLAY) in SetStereoCapableWindow()
364 if (impl->Display == EGL_NO_DISPLAY) in ResizeWindow()
371 if (impl->Display == EGL_NO_DISPLAY) in ResizeWindow()
450 if (this->OwnWindow && impl->Display != EGL_NO_DISPLAY) in DestroyWindow()
466 impl->Display = EGL_NO_DISPLAY; in DestroyWindow()
554 if (impl->Display != EGL_NO_DISPLAY && impl->Surface != EGL_NO_SURFACE) in GetEGLSurfaceSize()
582 if (impl->Display != EGL_NO_DISPLAY && impl->Context != EGL_NO_CONTEXT && in MakeCurrent()
[all …]

12345678910>>...51