OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorDiff
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/theme/src/android/theme/cts/
ComparisonTask.java
135
int
colorDiff
;
139
colorDiff
= colorExpected == colorActual ? colorExpected : Color.RED.getRGB();
142
colorDiff
= Color.BLUE.getRGB();
145
colorDiff
= Color.GREEN.getRGB();
147
colorDiff
= Color.MAGENTA.getRGB();
155
diff.setRGB(x, j,
colorDiff
);
/external/deqp/modules/internal/
ditFrameworkTests.cpp
811
const UVec4
colorDiff
= ulpDiff(color, subCase.varying);
812
const bool colorOk = boolAll(lessThanEqual(
colorDiff
, tcu::UVec4(maxColorUlpDiff)));
829
<< " color ulp diff = " <<
colorDiff
/external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp
321
const tcu::IVec4
colorDiff
= tcu::abs(col.toIVec() - refCol.toIVec());
323
if (
colorDiff
.x() > formatThreshold.getRed() + colorThreshold ||
324
colorDiff
.y() > formatThreshold.getGreen() + colorThreshold ||
325
colorDiff
.z() > formatThreshold.getBlue() + colorThreshold)
[
all
...]
/external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp
329
const tcu::IVec4
colorDiff
= tcu::abs(col.toIVec() - refCol.toIVec());
331
if (
colorDiff
.x() > formatThreshold.getRed() + colorThreshold ||
332
colorDiff
.y() > formatThreshold.getGreen() + colorThreshold ||
333
colorDiff
.z() > formatThreshold.getBlue() + colorThreshold)
[
all
...]
Completed in 6093 milliseconds