OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DST_COLOR
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BlendModeTest.java
40
private static final int
DST_COLOR
= Color.RED;
99
srcPaint.setColor(
DST_COLOR
);
125
testBlendMode(BlendMode.DST,
DST_COLOR
,
DST_COLOR
, BG_COLOR);
130
testBlendMode(BlendMode.SRC_OVER,
DST_COLOR
, SRC_COLOR, SRC_COLOR);
145
testBlendMode(BlendMode.DST_IN, BG_COLOR,
DST_COLOR
, BG_COLOR);
155
testBlendMode(BlendMode.DST_OUT,
DST_COLOR
, BG_COLOR, BG_COLOR);
160
testBlendMode(BlendMode.SRC_ATOP,
DST_COLOR
, Color.BLUE, BG_COLOR);
165
testBlendMode(BlendMode.DST_ATOP, BG_COLOR,
DST_COLOR
, Color.BLUE);
170
testBlendMode(BlendMode.XOR,
DST_COLOR
, BG_COLOR, Color.BLUE)
[
all
...]
XfermodeTest.java
88
private static final int
DST_COLOR
= 0xFFFFCC44;
98
BG_COLOR,
DST_COLOR
,
DST_COLOR
, BG_COLOR } },
101
BG_COLOR,
DST_COLOR
, SRC_COLOR, SRC_COLOR } },
104
BG_COLOR,
DST_COLOR
,
DST_COLOR
, SRC_COLOR } },
110
BG_COLOR, BG_COLOR,
DST_COLOR
, BG_COLOR } },
116
BG_COLOR,
DST_COLOR
, BG_COLOR, BG_COLOR } },
119
BG_COLOR,
DST_COLOR
, SRC_COLOR, BG_COLOR } },
122
BG_COLOR, BG_COLOR,
DST_COLOR
, SRC_COLOR } }
[
all
...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c
95
NV50_BLEND_FACTOR_CASE(
DST_COLOR
,
DST_COLOR
);
[
all
...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c
67
NVC0_BLEND_FACTOR_CASE(
DST_COLOR
,
DST_COLOR
);
[
all
...]
Completed in 353 milliseconds