OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDiff
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuRGBA.cpp
58
deUint8
gDiff
= 0;
75
gDiff
= (deUint8)deAbs32(ga - gb);
94
return RGBA(rDiff,
gDiff
,bDiff,aDiff);
/external/skia/tests/
ProcessorTest.cpp
403
float
gDiff
= fabsf(output4f.fRGBA[1] - expected4f.fRGBA[1]);
407
if (rDiff > kTol ||
gDiff
> kTol || bDiff > kTol || aDiff > kTol) {
412
fp->name(), SkTMax(rDiff, SkTMax(
gDiff
, SkTMax(bDiff, aDiff))),
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableParameterizedTest.java
275
int
gDiff
= Math.abs(Color.green(color1) - Color.green(color2));
277
if (rDiff +
gDiff
+ bDiff > 8) {
Completed in 372 milliseconds