HomeSort by relevance Sort by last modified time
    Searched refs:BLEND_NONE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/
shader_enums.h 573 BLEND_NONE = 0x0000,
  /external/mesa3d/src/mesa/main/
blend.c 393 return BLEND_NONE;
400 * return the corresponding BLEND_* enum. Otherwise, return BLEND_NONE
407 advanced_blend_mode_from_gl_enum(mode) : BLEND_NONE;
566 ctx->Color._AdvancedBlendMode = BLEND_NONE;
616 ctx->Color._AdvancedBlendMode = BLEND_NONE;
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 288 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE));
385 case BLEND_NONE:

Completed in 3200 milliseconds