Home
last modified time | relevance | path

Searched refs:CreatePlatformDebugLogger (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DEmptyDebugLogger.cpp25 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger() function
DPlatformDebugLogger.h25 PlatformDebugLogger* CreatePlatformDebugLogger();
DWindowsDebugLogger.cpp107 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger() function
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp238 std::unique_ptr<utils::PlatformDebugLogger>(utils::CreatePlatformDebugLogger()); in DawnTestEnvironment()