Searched refs:aDiff (Results 1 – 3 of 3) sorted by relevance
60 deUint8 aDiff = 0; in computeAbsDiffMasked() local91 aDiff = (deUint8)deAbs32(aa - ab); in computeAbsDiffMasked()94 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
692 float aDiff = fabsf(output4f.fA - expected4f.fA); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local694 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()
33308 iterator_type& operator+=(difference_type aDiff) { in operator +=() argument33309 mIndex += aDiff; in operator +=()33312 iterator_type& operator-=(difference_type aDiff) { in operator -=() argument33313 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 -()