Home
last modified time | relevance | path

Searched refs:GL_NUM_EXTENSIONS (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/games/manaplus/manaplus-2.1.3.17/src/render/opengl/
H A Dmgldefines.h27 #ifndef GL_NUM_EXTENSIONS
28 #define GL_NUM_EXTENSIONS 0x821D macro
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/native/
H A Djuce_MissingGLDefinitions.h38 #ifndef GL_NUM_EXTENSIONS
39 GL_NUM_EXTENSIONS = 0x821d, enumerator
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_define.h246 #ifndef GL_NUM_EXTENSIONS
247 #define GL_NUM_EXTENSIONS 0x821D macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/graphics/glfw2/glfw-2.7.9/tests/
H A Dversion.c38 #define GL_NUM_EXTENSIONS 0x821D macro
92 glGetIntegerv(GL_NUM_EXTENSIONS, &count); in list_extensions()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/graphics/glfw2/glfw-2.7.9/lib/
H A Dglext.c39 #define GL_NUM_EXTENSIONS 0x821D macro
220 glGetIntegerv( GL_NUM_EXTENSIONS, &count ); in glfwExtensionSupported()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/gfx/
H A Dgl_capabilities.c57 #ifdef GL_NUM_EXTENSIONS in gl_query_extension()
60 glGetIntegerv(GL_NUM_EXTENSIONS, &exts); in gl_query_extension()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dgl_info.py95 from pyglet.gl.glext_arb import glGetStringi, GL_NUM_EXTENSIONS
97 glGetIntegerv(GL_NUM_EXTENSIONS, num_extensions)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dgl_info.py95 from pyglet.gl.glext_arb import glGetStringi, GL_NUM_EXTENSIONS
97 glGetIntegerv(GL_NUM_EXTENSIONS, num_extensions)
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/
H A DGlContext.cpp102 #if !defined(GL_NUM_EXTENSIONS)
103 #define GL_NUM_EXTENSIONS 0x821D macro
294 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in initResource()
718 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in initialize()
/dports/devel/apitrace/apitrace-9.0/wrappers/
H A Dglcaps.cpp256 case GL_NUM_EXTENSIONS: in _glGetIntegerv_override()
294 getInteger(config, GL_NUM_EXTENSIONS, &numExtensions); in _glGetStringi_override()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dglinfo.c74 glGetIntegerv(GL_NUM_EXTENSIONS, &numExt); in piglit_init()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/
H A Dextensions.py172 from OpenGL.raw.GL.VERSION.GL_3_0 import GL_NUM_EXTENSIONS, glGetStringi
175 glGetIntegerv( GL_NUM_EXTENSIONS, count )
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/
H A Dextensions.py172 from OpenGL.raw.GL.VERSION.GL_3_0 import GL_NUM_EXTENSIONS, glGetStringi
175 glGetIntegerv( GL_NUM_EXTENSIONS, count )
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgopengltokens_p.h451 #ifndef GL_NUM_EXTENSIONS
452 #define GL_NUM_EXTENSIONS 0x821D macro
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libkwineffects/
H A Dmock_gl.cpp50 if (pname == GL_NUM_EXTENSIONS) { in mock_glGetIntegerv()
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dwebgl2.cpp45 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in main()

12345678910>>...40