Home
last modified time | relevance | path

Searched refs:aDiff (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuRGBA.cpp60 deUint8 aDiff = 0; in computeAbsDiffMasked() local
91 aDiff = (deUint8)deAbs32(aa - ab); in computeAbsDiffMasked()
94 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
/third_party/skia/tests/
DProcessorTest.cpp692 float aDiff = fabsf(output4f.fA - expected4f.fA); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
694 if (rDiff > kTol || gDiff > kTol || bDiff > kTol || aDiff > kTol) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
703 std::max(rDiff, std::max(gDiff, std::max(bDiff, aDiff))), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp33308 iterator_type& operator+=(difference_type aDiff) { in operator +=() argument
33309 mIndex += aDiff; in operator +=()
33312 iterator_type& operator-=(difference_type aDiff) { in operator -=() argument
33313 mIndex -= aDiff; in operator -=()
33317 iterator_type operator+(difference_type aDiff) const { in operator +()
33319 it += aDiff; in operator +()
33322 iterator_type operator-(difference_type aDiff) const { in operator -()
33324 it -= aDiff; in operator -()