Home
last modified time | relevance | path

Searched refs:NullBackend (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DInternalResourceUsageTests.cpp40 DAWN_INSTANTIATE_TEST(InternalResourceUsageTests, NullBackend());
60 DAWN_INSTANTIATE_TEST(InternalBindingTypeTests, NullBackend());
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeprecatedAPITests.cpp40 NullBackend(),
DSwapChainValidationTests.cpp357 DAWN_INSTANTIATE_TEST(SwapChainValidationTests, MetalBackend(), NullBackend());
DDeviceLostTests.cpp527 NullBackend(),
DQueueTests.cpp34 NullBackend(),
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt369 "${DAWN_INCLUDE_DIR}/dawn_native/NullBackend.h"
540 target_sources(dawn_native PRIVATE "null/NullBackend.cpp")
DBUILD.gn150 "${dawn_root}/src/include/dawn_native/NullBackend.h",
731 sources += [ "null/NullBackend.cpp" ]
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn207 "src/include/dawn_native/NullBackend.h",
424 "src/dawn_native/null/NullBackend.cpp",
/third_party/flutter/skia/third_party/externals/dawn/
DBUILD.gn75 "src/include/dawn_native/NullBackend.h",
403 sources += [ "src/dawn_native/null/NullBackend.cpp" ]
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h170 BackendTestConfig NullBackend(std::initializer_list<const char*> forceEnabledWorkarounds = {},
DDawnTest.cpp134 BackendTestConfig NullBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in NullBackend() function