Home
last modified time | relevance | path

Searched refs:GL_MIN (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp71 gl.blendEquationi(maxDrawBuffers, GL_MIN); in iterate()
74 gl.blendEquationSeparatei(maxDrawBuffers, GL_MIN, GL_MIN); in iterate()
137 gl.blendFunci(0, GL_MIN, GL_ONE_MINUS_SRC_ALPHA); in iterate()
140 gl.blendFunci(0, GL_SRC_ALPHA, GL_MIN); in iterate()
143 gl.blendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE); in iterate()
146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ONE); in iterate()
149 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_MIN, GL_ONE); in iterate()
152 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_ONE, GL_MIN); in iterate()
158 gl.blendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN); in iterate()
161 gl.blendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA); in iterate()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Dblend.c262 if (op_rgb != GL_MIN && op_rgb != GL_MAX) { in apply_blend()
383 if (op_a != GL_MIN && op_a != GL_MAX) { in apply_blend()
492 case GL_MIN: in apply_blend()
516 case GL_MIN: in apply_blend()
750 operators[num_operators++] = GL_MIN; in run_all_factor_sets()
763 else if (operators[op] == GL_MIN || in run_all_factor_sets()
765 operators[opa] == GL_MIN || in run_all_factor_sets()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dblendminmax.c100 glBlendEquation(GL_MIN); in piglit_display()
110 glBlendEquation(GL_MIN); in piglit_display()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN: in translate_blend()
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pBlendTests.cpp152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DBlendEquation21 #define GL_MIN 0x8007
45 RGBA_MIN = GL_MIN,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DBlendEquation21 #define GL_MIN 0x8007
45 RGBA_MIN = GL_MIN,
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dconfig.py1227 …enpy.uguu import GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_DST_COLOR, GL_MIN, GL_MAX
1232 gl_blend_func["min"] = (GL_MIN, GL_ONE, GL_ONE, GL_MIN, GL_ONE, GL_ONE)
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-blend-min.c54 glBlendEquation (GL_MIN); in init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-blend-min.c54 glBlendEquation (GL_MIN); in init()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN: in brw_translate_blend_equation()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN: in brw_translate_blend_equation()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN: in brw_translate_blend_equation()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN: in brw_translate_blend_equation()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN: in brw_translate_blend_equation()

12345678910>>...42