Home
last modified time | relevance | path

Searched refs:GL_MAX_GEOMETRY_OUTPUT_COMPONENTS (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/core/
H A DGL_VERSION_3_223 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124
/dports/graphics/glew/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_3_224 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/core/gl/
H A DGL_VERSION_3_224 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124
/dports/graphics/glew-wayland/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_3_224 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.3/
H A Dminmax.c104 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, 128); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dminmax.c106 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, 128); in piglit_init()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_3_2.h45 #define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124 macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-4.1/
H A Dminmax.c127 piglit_test_min_int(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, 128); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp126 …{ "max_geometry_output_components", GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, 128, 0, "gl_Max… in init()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dglinfo_common.c431 { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" }, in print_shader_limits()
652 { 1, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS", "3.2" }, in print_limits()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dglinfo_common.c426 { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" }, in print_shader_limits()
647 { 1, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS", "3.2" }, in print_limits()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL32.java54 int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124; field
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py36 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS=_C('GL_MAX_GEOMETRY_OUTPUT_COMPONENTS',0x9124) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py36 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS=_C('GL_MAX_GEOMETRY_OUTPUT_COMPONENTS',0x9124) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcExtTokens.cpp61 MAX_GEOMETRY_OUTPUT_COMPONENTS = GL_MAX_GEOMETRY_OUTPUT_COMPONENTS; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp183 gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &geometryOutputComponents); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp383 { "gl_MaxGeometryOutputComponents", getInteger<GL_MAX_GEOMETRY_OUTPUT_COMPONENTS> }, in init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/geometry/
H A Dgs-max-output.cpp417 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, in piglit_init()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dglinfo_common.c588 { 1, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS", "3.2" }, in print_limits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp267 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, stream); in LogGles32Capabilities()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/ES/
H A DVERSION_3_2.py129 GL_MAX_GEOMETRY_OUTPUT_COMPONENTS=_C('GL_MAX_GEOMETRY_OUTPUT_COMPONENTS',0x9124) variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_tessellation_shader/
H A Dtes-gs-max-output.cpp671 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, in piglit_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h779 #define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h779 #define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124 macro
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h779 #define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124 macro

12345678910>>...16