Home
last modified time | relevance | path

Searched refs:GL_MAX_GEOMETRY_SHADER_INVOCATIONS (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_gpu_shader5.java43 int GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A; field
H A DGL40.java99 int GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A; field
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_gpu_shader55 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_gpu_shader56 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_gpu_shader55 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_gpu_shader56 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_gpu_shader56 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/
H A Dminmax.c55 piglit_test_min_int(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32); in piglit_init()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dgpu_shader5.py17 GL_MAX_GEOMETRY_SHADER_INVOCATIONS=_C('GL_MAX_GEOMETRY_SHADER_INVOCATIONS',0x8E5A) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dgpu_shader5.py17 GL_MAX_GEOMETRY_SHADER_INVOCATIONS=_C('GL_MAX_GEOMETRY_SHADER_INVOCATIONS',0x8E5A) variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/compiler/
H A Dinvocations_count_too_large.c104 glGetIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, in piglit_init()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/core/
H A DGL_VERSION_4_07 GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-4.1/
H A Dminmax.c131 piglit_test_min_int(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_transform_feedback3/
H A Dext_interleaved_two_bufs.c234 glGetIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &gs_invocation_n); in parse_args()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_enhanced_layouts/
H A Dtransform-feedback-layout-qualifiers.c307 glGetIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &gs_invocation_n); in parse_args()
/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.cpp130 { "max_geometry_shader_invocations", GL_MAX_GEOMETRY_SHADER_INVOCATIONS, 32, 0, "" }, in init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/execution/
H A Dxfb-streams.c253 glGetIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &gs_invocation_n); in run_subtest()
/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.cpp63 MAX_GEOMETRY_SHADER_INVOCATIONS = GL_MAX_GEOMETRY_SHADER_INVOCATIONS; 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.cpp208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/geometry/
H A Dgs-max-output.cpp419 glGetIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, (GLint*)&max_gs_invocations); in piglit_init()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_4_0.py43 GL_MAX_GEOMETRY_SHADER_INVOCATIONS=_C('GL_MAX_GEOMETRY_SHADER_INVOCATIONS',0x8E5A) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_4_0.py43 GL_MAX_GEOMETRY_SHADER_INVOCATIONS=_C('GL_MAX_GEOMETRY_SHADER_INVOCATIONS',0x8E5A) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp269 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, stream); in LogGles32Capabilities()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/null/
H A DtcuNullRenderContext.cpp350 case GL_MAX_GEOMETRY_SHADER_INVOCATIONS: in glGetIntegerv()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/ES/
H A DVERSION_3_2.py131 GL_MAX_GEOMETRY_SHADER_INVOCATIONS=_C('GL_MAX_GEOMETRY_SHADER_INVOCATIONS',0x8E5A) variable

12345678910>>...15