Searched refs:thisData (Results 1 – 2 of 2) sorted by relevance
334 const T* thisData = data_; variable338 …thisData[0] + otherData[0], thisData[1] + otherData[1], thisData[2] + otherData[2], thisData[3] + …
683 auto thisData = RSRenderProperty<Vector4<Color>>::stagingValue_.data_; in IsNearEqual() local687 …return thisData[0].IsNearEqual(otherData[0], threshold) && thisData[2].IsNearEqual(otherData[2], t… in IsNearEqual()688 …thisData[2].IsNearEqual(otherData[2], threshold) && thisData[3].IsNearEqual(otherData[3], threshol… in IsNearEqual()