Home
last modified time | relevance | path

Searched refs:GL_MAX_FRAGMENT_UNIFORM_COMPONENTS (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_uniform_buffer_object/
H A Dminmax.c61 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
82 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &funiforms); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.1/
H A Dminmax.c97 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
112 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &funiforms); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gles-3.0/
H A Dminmax.c58 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, (GLint*) &f_uniforms); in piglit_init()
94 piglit_test_min_uint(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 896); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.3/
H A Dminmax.c109 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
126 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &funiforms); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dminmax.c111 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
128 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &funiforms); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-4.1/
H A Dminmax.c134 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
158 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &funiforms); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.10/execution/
H A Dglsl-fs-uniform-array-5.shader_test3 GL_MAX_FRAGMENT_UNIFORM_COMPONENTS >= 1024
H A Dglsl-fs-uniform-array-6.shader_test3 GL_MAX_FRAGMENT_UNIFORM_COMPONENTS >= 4097
H A Dglsl-fs-uniform-array-7.shader_test3 GL_MAX_FRAGMENT_UNIFORM_COMPONENTS >= 129
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_es2_compatibility/
H A Darb_es2_compatibility-maxvectors.c75 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &floats); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-2.1/
H A Dminmax.c104 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 64); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/
H A Dminmax.c109 piglit_test_min_int(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024); in piglit_init()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dsendvideoinfo.cpp183 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &i); in send_video_info()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-uniform-interstage-limits.c260 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &max_fs); in piglit_init()
/dports/x11-toolkits/fox17/fox-1.7.77/tests/
H A Dgltest.cpp217 #if defined(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS) in setup()
218 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &intval); in setup()
334 #if defined(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS) in saveInformation()
335 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &intval); in saveInformation()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_atomic_counters/
H A Dcommon.c258 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, in atomic_counters_get_limits()
/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.cpp135 …{ "max_fragment_uniform_components", GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, 1024, 0, "gl_Max… in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_stub_api.cc139 case GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: in glGetIntegervFn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_stub_api.cc139 case GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: in glGetIntegervFn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DFeatureSupportGL.md48 …2.0|--|Defined as GL_MAX_VERTEX_UNIFORM_COMPONENTS / 4 and GL_MAX_FRAGMENT_UNIFORM_COMPONENTS / 4.…
51 |GL_MAX_FRAGMENT_UNIFORM_COMPONENTS|2.0|--|2.0|--||
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DFeatureSupportGL.md48 …2.0|--|Defined as GL_MAX_VERTEX_UNIFORM_COMPONENTS / 4 and GL_MAX_FRAGMENT_UNIFORM_COMPONENTS / 4.…
51 |GL_MAX_FRAGMENT_UNIFORM_COMPONENTS|2.0|--|2.0|--||
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DFeatureSupportGL.md48 …2.0|--|Defined as GL_MAX_VERTEX_UNIFORM_COMPONENTS / 4 and GL_MAX_FRAGMENT_UNIFORM_COMPONENTS / 4.…
51 |GL_MAX_FRAGMENT_UNIFORM_COMPONENTS|2.0|--|2.0|--||
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp309 …RAGMENT_UNIFORM_COMPONENTS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS))); in init()
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Dsys_info.py224 bgl.glGetIntegerv(bgl.GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, limit)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DContextState.cpp431 case GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: in getQueryParameterInfo()

12345678910>>...27