Searched refs:infoMessage (Results 1 – 2 of 2) sorted by relevance
65 static void logInfo(PlatformMethods* /*platform*/, const char* infoMessage) { in logInfo() argument66 ALOGD("ANGLE Info:%s", infoMessage); in logInfo()
82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage);83 inline void DefaultLogInfo(PlatformMethods *platform, const char *infoMessage) in DefaultLogInfo() argument