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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 64 BLEND_DIFFERENCE = 21,
357 case BLEND_DIFFERENCE:
358 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
  /external/mesa3d/src/compiler/
shader_enums.h 584 BLEND_DIFFERENCE = 0x0200,
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 154 blend_difference(ir_variable *src, ir_variable *dst) function
367 case BLEND_DIFFERENCE:
368 val = blend_difference(src_rgb, dst_rgb);
  /external/mesa3d/src/mesa/main/
blend.c 381 return BLEND_DIFFERENCE;

Completed in 223 milliseconds