Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.cpp137 : mContext(context), mEntryPoint(entryPoint), mFunctionName(nullptr), mCalledBeginEvent(false) in ScopedPerfEventHelper()
147 g_debugAnnotator->endEvent(mContext, mFunctionName, mEntryPoint); in ~ScopedPerfEventHelper()
153 mFunctionName = GetEntryPointName(mEntryPoint); in begin()
166 g_debugAnnotator->beginEvent(mContext, mEntryPoint, mFunctionName, buffer.data()); in begin()
Ddebug.h52 const char *mFunctionName; variable