Home
last modified time | relevance | path

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

/external/angle/src/common/
Ddebug.cpp40 DebugAnnotator *g_debugAnnotator = nullptr; variable
86 return g_debugAnnotator != nullptr && g_debugAnnotator->getStatus(); in DebugAnnotationsActive()
103 return g_debugAnnotator != nullptr; in DebugAnnotationsInitialized()
109 g_debugAnnotator = debugAnnotator; in InitializeDebugAnnotations()
115 g_debugAnnotator = nullptr; in UninitializeDebugAnnotations()
141 g_debugAnnotator->endEvent(mContext, mFunctionName, mEntryPoint); in ~ScopedPerfEventHelper()
159 g_debugAnnotator->beginEvent(mContext, mEntryPoint, mFunctionName, buffer.data()); in begin()
184 g_debugAnnotator->logMessage(*this); in ~LogMessage()
222 g_debugAnnotator->setMarker(message); in Trace()