Home
last modified time | relevance | path

Searched refs:PlatformDebugLogger (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DPlatformDebugLogger.h20 class PlatformDebugLogger {
22 virtual ~PlatformDebugLogger() = default;
25 PlatformDebugLogger* CreatePlatformDebugLogger();
DWindowsDebugLogger.cpp25 class WindowsDebugLogger : public PlatformDebugLogger {
27 WindowsDebugLogger() : PlatformDebugLogger() { in WindowsDebugLogger()
107 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger()
DEmptyDebugLogger.cpp19 class EmptyDebugLogger : public PlatformDebugLogger {
25 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger()
DCMakeLists.txt21 "PlatformDebugLogger.h"
DBUILD.gn73 "PlatformDebugLogger.h",
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h185 class PlatformDebugLogger; variable
263 std::unique_ptr<utils::PlatformDebugLogger> mPlatformDebugLogger;
DDawnTest.cpp238 std::unique_ptr<utils::PlatformDebugLogger>(utils::CreatePlatformDebugLogger()); in DawnTestEnvironment()