OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLEND
(Results
1 - 4
of
4
) 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"),
Completed in 1379 milliseconds