Home
last modified time | relevance | path

Searched refs:gl_MaxDrawBuffers (Results 1 – 25 of 123) sorted by relevance

12345

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glslparsertest/glsl2/
H A Ddraw_buffers-05.vert8 * makes the built in variable gl_MaxDrawBuffers be available.
16 * says that gl_MaxDrawBuffers is available in a vertex shader. From that I
24 gl_Position = vec4(gl_MaxDrawBuffers);
H A Ddraw_buffers-06.vert8 * makes the built in variable gl_MaxDrawBuffers be available.
14 gl_Position = vec4(gl_MaxDrawBuffers);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag16 // This test verifies that gl_MaxDrawBuffers is set and that its
19 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert15 // This test verifies that gl_MaxDrawBuffers is set and that its
18 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag16 // This test verifies that gl_MaxDrawBuffers is set and that its
19 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert15 // This test verifies that gl_MaxDrawBuffers is set and that its
18 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/tests/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_vert.vert15 // This test verifies that gl_MaxDrawBuffers is set and that its
18 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_frag.frag16 // This test verifies that gl_MaxDrawBuffers is set and that its
19 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag16 // This test verifies that gl_MaxDrawBuffers is set and that its
19 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert15 // This test verifies that gl_MaxDrawBuffers is set and that its
18 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_vert.vert15 // This test verifies that gl_MaxDrawBuffers is set and that its
18 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_frag.frag16 // This test verifies that gl_MaxDrawBuffers is set and that its
19 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_explicit_attrib_location/1.10/compiler/
H A Dlayout-11.frag31 layout(location = 0) out vec4 data[gl_MaxDrawBuffers + 1];
35 for (int i = 0; i < gl_MaxDrawBuffers + 1; i++)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_explicit_attrib_location/1.20/compiler/
H A Dlayout-11.frag31 layout(location = 0) out vec4 data[gl_MaxDrawBuffers + 1];
35 for (int i = 0; i < gl_MaxDrawBuffers + 1; i++)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.2/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert32 // This test verifies that gl_MaxDrawBuffers is set and that its
35 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/2.0.0/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert32 // This test verifies that gl_MaxDrawBuffers is set and that its
35 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.3/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert32 // This test verifies that gl_MaxDrawBuffers is set and that its
35 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert32 // This test verifies that gl_MaxDrawBuffers is set and that its
35 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);
H A Dgl_MaxDrawBuffers_vert.vert32 // This test verifies that gl_MaxDrawBuffers is set and that its
35 color = vec4(float(gl_MaxDrawBuffers) / 1.0);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biConstants/
H A Dgl_MaxDrawBuffers_frag.frag33 // This test verifies that gl_MaxDrawBuffers is set and that its
36 gl_FragColor = vec4(float(gl_MaxDrawBuffers) / 1.0);

12345