HomeSort by relevance Sort by last modified time
    Searched defs:BLEND (Results 1 - 5 of 5) sorted by null

  /external/webp/src/enc/
picture_tools_enc.c 144 // Blend color and remove transparency info
146 #define BLEND(V0, V1, ALPHA) \
172 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]);
209 r = BLEND(red, r, alpha);
210 g = BLEND(green, g, alpha);
211 b = BLEND(blue, b, alpha);
223 #undef BLEND
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 324 #define BLEND \
430 SPAN_NEAREST(NEAREST_RGB;BLEND,3);
449 SPAN_NEAREST(NEAREST_RGBA;BLEND,4);
479 SPAN_LINEAR(LINEAR_RGB;BLEND,3);
498 SPAN_LINEAR(LINEAR_RGBA;BLEND,4);
702 SPAN_NEAREST(NEAREST_RGB;BLEND,3);
721 SPAN_NEAREST(NEAREST_RGBA;BLEND,4);
749 SPAN_LINEAR(LINEAR_RGB;BLEND,3);
768 SPAN_LINEAR(LINEAR_RGBA;BLEND,4);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 99 BLEND("Blending"),
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc     [all...]
  /external/libyuv/files/source/
row_common.cc     [all...]

Completed in 3457 milliseconds