Home
last modified time | relevance | path

Searched refs:GetTogglesUsed (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DToggleValidationTests.cpp50 std::vector<const char*> toggleNames = dawn_native::GetTogglesUsed(deviceWithToggle); in TEST_F()
67 std::vector<const char*> toggleNames = dawn_native::GetTogglesUsed(deviceWithToggle); in TEST_F()
84 std::vector<const char*> toggleNames = dawn_native::GetTogglesUsed(deviceWithToggle); in TEST_F()
DValidationTest.cpp183 auto toggles = dawn_native::GetTogglesUsed(backendDevice); in HasToggleEnabled()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DToggleValidationTests.cpp51 std::vector<const char*> toggleNames = dawn_native::GetTogglesUsed(deviceWithToggle); in TEST_F()
68 std::vector<const char*> toggleNames = dawn_native::GetTogglesUsed(deviceWithToggle); in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp29 std::vector<const char*> GetTogglesUsed(DawnDevice device) { in GetTogglesUsed() function
32 return deviceBase->GetTogglesUsed(); in GetTogglesUsed()
DDevice.h152 std::vector<const char*> GetTogglesUsed() const;
DDevice.cpp469 std::vector<const char*> DeviceBase::GetTogglesUsed() const { in GetTogglesUsed() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp34 std::vector<const char*> GetTogglesUsed(WGPUDevice device) { in GetTogglesUsed() function
35 return FromAPI(device)->GetTogglesUsed(); in GetTogglesUsed()
DDevice.h314 std::vector<const char*> GetTogglesUsed() const;
DDevice.cpp1568 std::vector<const char*> DeviceBase::GetTogglesUsed() const { in GetTogglesUsed() function in dawn_native::DeviceBase
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h144 DAWN_NATIVE_EXPORT std::vector<const char*> GetTogglesUsed(DawnDevice device);
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h201 DAWN_NATIVE_EXPORT std::vector<const char*> GetTogglesUsed(WGPUDevice device);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp829 auto toggles = dawn_native::GetTogglesUsed(backendDevice); in HasToggleEnabled()