Home
last modified time | relevance | path

Searched refs:GL_FUNC_ADD (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pBlendTests.cpp149 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
156 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
157 …{ "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_… in init()
158 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init()
159 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
160 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init()
161 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init()
162 …{ "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINU… in init()
164 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
165 …{ "screen", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, … in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pBlendTests.cpp146 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
151 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
152 …{ "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_… in init()
153 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init()
154 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
155 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init()
156 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init()
157 …{ "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINU… in init()
158 …{ "src_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, … in init()
159 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dblendminmax.c65 glBlendEquation(GL_FUNC_ADD); in piglit_display()
85 glBlendEquation(GL_FUNC_ADD); in piglit_display()
95 glBlendEquation(GL_FUNC_ADD); in piglit_display()
105 glBlendEquation(GL_FUNC_ADD); in piglit_display()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dallegro_opengl.h50 #ifdef GL_FUNC_ADD
51 #undef GL_FUNC_ADD
55 #define GL_FUNC_ADD GL_FUNC_ADD_OES macro
80 #define GL_FUNC_ADD GL_FUNC_ADD_OES
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp151 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD); in blend_equation_separate()
155 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1); in blend_equation_separate()
173 ctx.glBlendEquationi(-1, GL_FUNC_ADD); in blend_equationi()
175 ctx.glBlendEquationi(maxDrawBuffers, GL_FUNC_ADD); in blend_equationi()
189 ctx.glBlendEquationSeparatei(0, -1, GL_FUNC_ADD); in blend_equation_separatei()
193 ctx.glBlendEquationSeparatei(0, GL_FUNC_ADD, -1); in blend_equation_separatei()
197 ctx.glBlendEquationSeparatei(-1, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei()
199 ctx.glBlendEquationSeparatei(maxDrawBuffers, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_draw_buffers_blend/
H A Dstate_set_get.c208 GL_FUNC_ADD, GL_FUNC_ADD); in test_modes()
227 GL_FUNC_ADD, GL_FUNC_ADD); in test_modes()
247 GL_FUNC_SUBTRACT, GL_FUNC_ADD); in test_modes()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dconfig.py1227 …from renpy.uguu import GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_DST_COLOR, GL_MIN,…
1229 …gl_blend_func["normal"] = (GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_FUNC_ADD, GL_ONE, GL_ON…
1230 gl_blend_func["add"] = (GL_FUNC_ADD, GL_ONE, GL_ONE, GL_FUNC_ADD, GL_ZERO, GL_ONE)
1231 …gl_blend_func["multiply"] = (GL_FUNC_ADD, GL_DST_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_FUNC_ADD, GL_ZE…
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_blend.c75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop()
76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop()
101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace()
102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace()
126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte()
171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort()
209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float()
249 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_add()
739 case GL_FUNC_ADD: in blend_general_float()
776 case GL_FUNC_ADD: in blend_general_float()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fBlendTests.cpp317 { GL_FUNC_ADD, "add" }, in init()
405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
406 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
407 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
408 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fBlendTests.cpp374 { GL_FUNC_ADD, "add" }, in init()
470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
471 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
472 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
473 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/StateCacheManager/
H A DOgreGLStateCacheManagerImp.cpp44 glBlendEquation(GL_FUNC_ADD); in initializeCache()
48 glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD); in initializeCache()
52 glBlendEquationSeparateEXT(GL_FUNC_ADD, GL_FUNC_ADD); in initializeCache()
89 mBlendEquation = GL_FUNC_ADD; in clearCache()
90 mBlendEquationRGB = GL_FUNC_ADD; in clearCache()
91 mBlendEquationAlpha = GL_FUNC_ADD; in clearCache()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLStateCacheManager.cpp42 glBlendEquation(GL_FUNC_ADD); in initializeCache()
46 glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD); in initializeCache()
50 glBlendEquationSeparateEXT(GL_FUNC_ADD, GL_FUNC_ADD); in initializeCache()
87 mBlendEquationRGB = GL_FUNC_ADD; in clearCache()
88 mBlendEquationAlpha = GL_FUNC_ADD; in clearCache()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c73 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops()
76 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c73 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops()
76 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c73 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops()
76 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c73 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops()
76 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()

12345678910>>...62