Home
last modified time | relevance | path

Searched defs:ExpectEq (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp721 ExpectEq<T>::ExpectEq(T singleValue) { in ExpectEq() function in detail::ExpectEq
726 ExpectEq<T>::ExpectEq(const T* values, const unsigned int count) { in ExpectEq() function in detail::ExpectEq
772 template class ExpectEq<uint8_t>; variable
773 template class ExpectEq<uint32_t>; variable
774 template class ExpectEq<RGBA8>; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1561 ExpectEq<T, U>::ExpectEq(T singleValue, T tolerance) : mTolerance(tolerance) { in ExpectEq() function in detail::ExpectEq
1566 ExpectEq<T, U>::ExpectEq(const T* values, const unsigned int count, T tolerance) in ExpectEq() function in detail::ExpectEq
1639 template class ExpectEq<uint8_t>; variable
1640 template class ExpectEq<uint16_t>; variable
1641 template class ExpectEq<uint32_t>; variable
1642 template class ExpectEq<uint64_t>; variable
1643 template class ExpectEq<RGBA8>; variable
1644 template class ExpectEq<float>; variable
1645 template class ExpectEq<float, uint16_t>; variable
DDawnTest.h195 class ExpectEq; variable