Home
last modified time | relevance | path

Searched refs:singleValue (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp488 ComPtr<IPropertyValue> singleValue; in TEST() local
500 0.5f, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST()
503 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST()
536 ComPtr<IPropertyValue> singleValue; in TEST_P() local
547 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST_P()
550 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST_P()
DCoreWindowNativeWindow_unittest.cpp413 ComPtr<IPropertyValue> singleValue;
424 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf()));
427 reinterpret_cast<IInspectable *>(singleValue.Get())));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp488 ComPtr<IPropertyValue> singleValue; in TEST() local
500 0.5f, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST()
503 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST()
536 ComPtr<IPropertyValue> singleValue; in TEST_P() local
547 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST_P()
550 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST_P()
DCoreWindowNativeWindow_unittest.cpp413 ComPtr<IPropertyValue> singleValue;
424 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf()));
427 reinterpret_cast<IInspectable *>(singleValue.Get())));
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp721 ExpectEq<T>::ExpectEq(T singleValue) { in ExpectEq() argument
722 mExpected.push_back(singleValue); in ExpectEq()
DDawnTest.h294 ExpectEq(T singleValue);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1561 ExpectEq<T, U>::ExpectEq(T singleValue, T tolerance) : mTolerance(tolerance) { in ExpectEq() argument
1562 mExpected.push_back(singleValue); in ExpectEq()
DDawnTest.h725 ExpectEq(T singleValue, T tolerance = {});