Home
last modified time | relevance | path

Searched refs:EGL_PLATFORM_DEVICE_EXT (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/spec/egl_ext_device_drm/
H A Degl_ext_device_drm.c148 dpy1 = getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, in main()
176 dpy2 = getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, in main()
194 dpy3 = getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLDeviceTest.cpp247 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
276 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
337 EGLDisplay display1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
340 EGLDisplay display2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P()
513 EGL_PLATFORM_DEVICE_EXT, reinterpret_cast<EGLDeviceEXT>(eglDevice), nullptr); in TEST_P()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/egl_tests/
H A DEGLDeviceTest.cpp269 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_F()
304 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_F()
371 EGLDisplay display1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_F()
374 EGLDisplay display2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_F()
581 EGL_PLATFORM_DEVICE_EXT, reinterpret_cast<EGLDeviceEXT>(eglDevice), nullptr); in TEST_P()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dopengl_egl_context.cpp43 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
97 display = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in halide_opengl_create_context()
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DEGL_EXT_platform_device5 EGL_PLATFORM_DEVICE_EXT 0x313F
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DEGL_EXT_platform_device5 EGL_PLATFORM_DEVICE_EXT 0x313F
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DEGL_EXT_platform_device5 EGL_PLATFORM_DEVICE_EXT 0x313F
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/EGL/EXT/
H A Dplatform_device.py14 EGL_PLATFORM_DEVICE_EXT=_C('EGL_PLATFORM_DEVICE_EXT',0x313F) variable
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/egl/
H A Deglext.py5 EGL_PLATFORM_DEVICE_EXT = 12607 variable
/dports/x11/virtualgl/virtualgl-3.0/server/
H A Dfaker.cpp207 _eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, devices[i], in init3D()
222 (Display *)_eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in init3D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/drm/gpu/
H A Dgbm_surface_factory.cc144 EGL_PLATFORM_DEVICE_EXT); in GetNativeDisplay()
150 EGL_PLATFORM_DEVICE_EXT); in GetNativeDisplay()
157 EGL_PLATFORM_DEVICE_EXT); in GetNativeDisplay()
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DEGLOpenGLWindow.cpp158 EGLDisplay display = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in createWindow()
186 EGLDisplay display = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in createWindow()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DEGLOpenGLWindow.cpp158 EGLDisplay display = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in createWindow()
186 EGLDisplay display = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in createWindow()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/
H A Dtestegldevice.c100 displays[i] = eglGetPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, in main()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/canvas/
H A Dheadless.py63 eglext.EGL_PLATFORM_DEVICE_EXT, devices[headless_device], None)
/dports/graphics/egl-wayland/egl-wayland-1.1.9/src/
H A Dwayland-egldevice.c67 devDpy->eglDisplay = data->egl.getPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, in wlGetInternalDisplay()
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_egl.c109 #ifndef EGL_PLATFORM_DEVICE_EXT
110 #define EGL_PLATFORM_DEVICE_EXT 0x0 macro
597 …gl_data->egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devi… in SDL_EGL_InitializeOffscreen()
614 …ttempted_egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devi… in SDL_EGL_InitializeOffscreen()
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_egl.c109 #ifndef EGL_PLATFORM_DEVICE_EXT
110 #define EGL_PLATFORM_DEVICE_EXT 0x0 macro
597 …gl_data->egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devi… in SDL_EGL_InitializeOffscreen()
614 …ttempted_egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devi… in SDL_EGL_InitializeOffscreen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/gpu/
H A Dgbm_surface_factory.cc140 EGL_PLATFORM_DEVICE_EXT); in GetNativeDisplay()
147 EGL_PLATFORM_DEVICE_EXT); in GetNativeDisplay()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkEGLRenderWindow.cxx42 const EGLenum EGL_PLATFORM_DEVICE_EXT = 0x313F; variable
289 ext->eglGetPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, devices[deviceIndex], nullptr); in SetDeviceAsDisplay()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/spec/egl_ext_platform_device/
H A Degl_ext_platform_device.c83 return peglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, in get_device_display()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkEGLRenderWindow.cxx43 const EGLenum EGL_PLATFORM_DEVICE_EXT = 0x313F; variable
304 ext->eglGetPlatformDisplay(EGL_PLATFORM_DEVICE_EXT, devices[deviceIndex], nullptr); in SetDeviceAsDisplay()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DDisplay.cpp312 display = new Display(EGL_PLATFORM_DEVICE_EXT, 0, eglDevice); in GetDisplayFromDevice()
357 else if (mPlatform == EGL_PLATFORM_DEVICE_EXT) in ~Display()
425 if (mPlatform != EGL_PLATFORM_DEVICE_EXT) in initialize()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/eglconvenience/
H A Dqeglstreamconvenience_p.h135 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/eglconvenience/
H A Dqeglstreamconvenience_p.h135 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro

12345678910>>...16