Home
last modified time | relevance | path

Searched refs:EGL_PBUFFER_BIT (Results 101 – 125 of 670) sorted by relevance

12345678910>>...27

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/
H A DOgreEGLRenderTexture.cpp99 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/
H A DOgreEGLRenderTexture.cpp93 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
/dports/graphics/jogamp-jogl/jogl/src/test-native/mesa-demos-patched/eglut/
H A Deglut.c79 if (_eglut->surface_type != EGL_PBUFFER_BIT && in _eglutDestroyWindow()
187 case EGL_PBUFFER_BIT: in _eglutCreateWindow()
/dports/graphics/cairo/cairo-1.17.4/test/
H A Degl-surface-source.c62 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in create_source_surface()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DCanvasEGL.cxx75 EGL_PBUFFER_BIT, in Initialize()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/
H A DOgreEGLRenderTexture.cpp97 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in initEGLPBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Degl_test.cc301 EGLint attrib_list[] = {EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, EGL_NONE}; in TEST_F()
308 EXPECT_NE(0, value & EGL_PBUFFER_BIT); in TEST_F()
314 EGLint attrib_list[] = {EGL_SURFACE_TYPE, EGL_PBUFFER_BIT | EGL_WINDOW_BIT, in TEST_F()
372 static const EGLint config_attribs[] = {EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CreateSurfaceAndContext()
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/surfaceless_egl/
H A Dsl_platform.c74 self->wegl.egl_surface_type_mask = EGL_PBUFFER_BIT; in sl_platform_create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/gles2_conform_support/egl/
H A Dcontext.cc384 bool context_config_is_offscreen = (value & EGL_PBUFFER_BIT) != 0; in IsCompatibleSurface()
386 bool surface_config_is_offscreen = (value & EGL_PBUFFER_BIT) != 0; in IsCompatibleSurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/gles2_conform_support/egl/
H A Dcontext.cc384 bool context_config_is_offscreen = (value & EGL_PBUFFER_BIT) != 0; in IsCompatibleSurface()
386 bool surface_config_is_offscreen = (value & EGL_PBUFFER_BIT) != 0; in IsCompatibleSurface()
/dports/graphics/py-pyglet/pyglet-1.5.21/examples/
H A Deglcontext.py33 config_attribs = (EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DSurface.cpp84 if (mType == EGL_PBUFFER_BIT) in Surface()
596 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
606 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Deglinfo.c151 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in choose_config()
376 { EGL_PBUFFER_BIT, "Pbuffer" } in config_surface_type()
549 if (attribs->surfaceType & EGL_PBUFFER_BIT) { in print_config_attribs_short()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/egl/
H A Degl_client_config_cr.c202 int valid_bits = EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT| in egl_config_check_attribs()
547 …*value = (EGLint)(EGL_PBUFFER_BIT | EGL_PIXMAP_BIT | EGL_WINDOW_BIT | EGL_VG_COLORSPACE_LINEAR_BIT… in egl_config_get_attrib()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp38 #define EGL_PBUFFER_BIT 0x0001 macro
221 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp38 #define EGL_PBUFFER_BIT 0x0001 macro
221 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/gl/
H A Dgl_context_egl.h45 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in createGLContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp402 ANGLE_SKIP_TEST_IF((surfaceType & EGL_PBUFFER_BIT) == 0); in TestBody()
464 ANGLE_SKIP_TEST_IF((surfaceType & EGL_PBUFFER_BIT) == 0); in TestBody()
467 areConfigsCompatible(config1, config2, EGL_PBUFFER_BIT)); in TestBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DSurface.cpp94 if (mType == EGL_PBUFFER_BIT) in Surface()
658 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
668 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLGraphicsConfiguration.java179 if ( 0 != ( _stype & EGL.EGL_PBUFFER_BIT ) ) { in EGLConfigDrawableTypeBits()
395 surfaceType = EGL.EGL_PBUFFER_BIT; // native replacement! in GLCapabilities2AttribList()
397 surfaceType = EGL.EGL_PBUFFER_BIT; in GLCapabilities2AttribList()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DSurface.cpp93 if (mType == EGL_PBUFFER_BIT) in Surface()
691 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
701 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DSurface.cpp94 if (mType == EGL_PBUFFER_BIT) in Surface()
658 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
668 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DSurface.cpp93 if (mType == EGL_PBUFFER_BIT) in Surface()
691 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
701 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DSurface.cpp93 if (mType == EGL_PBUFFER_BIT) in Surface()
691 : Surface(EGL_PBUFFER_BIT, config, attribs) in PbufferSurface()
701 : Surface(EGL_PBUFFER_BIT, config, attribs, buftype) in PbufferSurface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_surface_egl_x11_gles2.cc80 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in GetConfig()

12345678910>>...27