Searched refs:ExpectBetweenColors (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 197 class ExpectBetweenColors; variable 416 file, line, new detail::ExpectBetweenColors<T>(color0, color1), texture, {x, y}, {1, 1}, 743 class ExpectBetweenColors : public Expectation { 746 ExpectBetweenColors(T value0, T value1); 760 extern template class ExpectBetweenColors<RGBA8>;
|
D | DawnTest.cpp | 1648 ExpectBetweenColors<T>::ExpectBetweenColors(T value0, T value1) { in ExpectBetweenColors() function in detail::ExpectBetweenColors 1668 testing::AssertionResult ExpectBetweenColors<T>::Check(const void* data, size_t size) { in Check() 1700 template class ExpectBetweenColors<RGBA8>; variable
|