Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.c480 return BLEND_NONE; in advanced_blend_mode_from_gl_enum()
494 advanced_blend_mode_from_gl_enum(mode) : BLEND_NONE; in advanced_blend_mode()
668 ctx->Color._AdvancedBlendMode = BLEND_NONE; in blend_equation_separate()
727 ctx->Color._AdvancedBlendMode = BLEND_NONE; in blend_equation_separatei()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp289 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE)); in calc_blend_result()
386 case BLEND_NONE: in calc_blend_result()
/external/mesa3d/src/compiler/
Dshader_enums.h642 BLEND_NONE = 0x0000, enumerator