Home
last modified time | relevance | path

Searched refs:GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_EXT_framebuffer_multisample5 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
8 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_EXT_framebuffer_multisample6 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
9 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_EXT_framebuffer_multisample5 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
8 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_EXT_framebuffer_multisample6 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
9 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
H A DGL_EXT_multisampled_render_to_texture6 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_EXT_framebuffer_multisample6 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
9 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
H A DGL_EXT_multisampled_render_to_texture6 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DEXT_framebuffer_multisample.java43 int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56; field
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_EXT_framebuffer_multisample5 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengles/
H A DEXT_multisampled_render_to_texture.java44 int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x9134; field
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/EXT/
H A Dframebuffer_multisample.py14 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/EXT/
H A Dframebuffer_multisample.py14 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES2/EXT/
H A Dmultisampled_render_to_texture.py15 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES1/EXT/
H A Dmultisampled_render_to_texture.py15 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES1/EXT/
H A Dmultisampled_render_to_texture.py15 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/EXT/
H A Dmultisampled_render_to_texture.py15 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT=_C('GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT',0x8D56) variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/gal/opengl/
H A Dutils.cpp97 case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT: in checkGlError()
H A Dopengl_compositor.cpp237 case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT: in CreateBuffer()
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/bin/
H A Dupdate_ext.sh175 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dfbo.cc68 else if (status == GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT) { in check_fbo_status()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dfbo.cc68 else if (status == GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT) { in check_fbo_status()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-gl-device.c282 case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT: str= "incomplete multiple"; break; in _cairo_gl_ensure_framebuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_bindings.h272 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_bindings.h276 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/GLES2/
H A Dgl2extchromium.h303 #ifndef GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
304 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE // NOLINT macro

12345678910>>...19