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

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/libyuv/files/source/
row_common.cc 824 #define BLEND(f, b, a) (((256 - a) * b) >> 8) + f
826 // Blend src_argb0 over src_argb1 and store to dst_argb.
839 dst_argb[0] = BLEND(fb, bb, a);
840 dst_argb[1] = BLEND(fg, bg, a);
841 dst_argb[2] = BLEND(fr, br, a);
851 dst_argb[4 + 0] = BLEND(fb, bb, a);
852 dst_argb[4 + 1] = BLEND(fg, bg, a);
853 dst_argb[4 + 2] = BLEND(fr, br, a);
868 dst_argb[0] = BLEND(fb, bb, a);
869 dst_argb[1] = BLEND(fg, bg, a)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 99 BLEND("Blending"),
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 129 BLEND = 0x0BE2,
    [all...]

Completed in 81 milliseconds