Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireShaderModuleTests.cpp111 const WGPUCompilationMessage* infoMessage = &info->messages[0]; in TEST_F() local
112 return strcmp(infoMessage->message, message.message) == 0 && in TEST_F()
113 infoMessage->nextInChain == message.nextInChain && in TEST_F()
114 infoMessage->type == message.type && in TEST_F()
115 infoMessage->lineNum == message.lineNum && in TEST_F()
116 infoMessage->linePos == message.linePos && in TEST_F()
117 infoMessage->offset == message.offset && in TEST_F()
118 infoMessage->length == message.length; in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DPlatform.h78 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage);
79 inline void DefaultLogInfo(PlatformMethods *platform, const char *infoMessage) {} in DefaultLogInfo() argument
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage);
83 inline void DefaultLogInfo(PlatformMethods *platform, const char *infoMessage) {} in DefaultLogInfo() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp308 void Display_logInfo(angle::PlatformMethods *platform, const char *infoMessage) in Display_logInfo() argument
312 gl::Trace(gl::LOG_INFO, infoMessage); in Display_logInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp516 void Display_logInfo(angle::PlatformMethods *platform, const char *infoMessage) in Display_logInfo() argument
520 gl::Trace(gl::LOG_INFO, infoMessage); in Display_logInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp81 void TestPlatform_logInfo(PlatformMethods *platform, const char *infoMessage) {} in TestPlatform_logInfo() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp85 void TestPlatform_logInfo(PlatformMethods *platform, const char *infoMessage) {} in TestPlatform_logInfo() argument