Home
last modified time | relevance | path

Searched refs:BLEND_NONE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c393 return BLEND_NONE; in advanced_blend_mode_from_gl_enum()
407 advanced_blend_mode_from_gl_enum(mode) : BLEND_NONE; in advanced_blend_mode()
566 ctx->Color._AdvancedBlendMode = BLEND_NONE; in _mesa_BlendEquationSeparate()
616 ctx->Color._AdvancedBlendMode = BLEND_NONE; in _mesa_BlendEquationSeparateiARB()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp288 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE)); in calc_blend_result()
385 case BLEND_NONE: in calc_blend_result()
/external/mesa3d/src/compiler/
Dshader_enums.h573 BLEND_NONE = 0x0000, enumerator