/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | DebugAnnotator9.cpp | 16 void DebugAnnotator9::beginEvent(gl::Context *context, in beginEvent() function in rx::DebugAnnotator9 21 angle::LoggingAnnotator::beginEvent(context, entryPoint, eventName, eventMessage); in beginEvent()
|
D | DebugAnnotator9.h | 21 void beginEvent(gl::Context *context,
|
D | Context9.cpp | 369 mRenderer->getAnnotator()->beginEvent(nullptr, angle::EntryPoint::GLPushGroupMarkerEXT, marker, in pushGroupMarker()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | DebugAnnotator11.cpp | 22 void DebugAnnotator11::beginEvent(gl::Context *context, in beginEvent() function in rx::DebugAnnotator11 27 angle::LoggingAnnotator::beginEvent(context, entryPoint, eventName, eventMessage); in beginEvent()
|
D | DebugAnnotator11.h | 26 void beginEvent(gl::Context *context,
|
D | Context11.cpp | 734 mRenderer->getAnnotator()->beginEvent(nullptr, angle::EntryPoint::GLPushGroupMarkerEXT, marker, in pushGroupMarker()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DebugAnnotatorVk.cpp | 22 void DebugAnnotatorVk::beginEvent(gl::Context *context, in beginEvent() function in rx::DebugAnnotatorVk 27 angle::LoggingAnnotator::beginEvent(context, entryPoint, eventName, eventMessage); in beginEvent()
|
D | DebugAnnotatorVk.h | 22 void beginEvent(gl::Context *context,
|
/external/angle/src/libANGLE/ |
D | LoggingAnnotator.h | 27 void beginEvent(gl::Context *context,
|
D | LoggingAnnotator.cpp | 21 void LoggingAnnotator::beginEvent(gl::Context *context, in beginEvent() function in angle::LoggingAnnotator
|
/external/swiftshader/third_party/marl/include/marl/ |
D | trace.h | 51 void beginEvent(const char* fmt, ...); 182 trace->beginEvent(name); in ScopedEvent()
|
/external/angle/src/common/ |
D | debug.cpp | 159 g_debugAnnotator->beginEvent(mContext, mEntryPoint, mFunctionName, buffer.data()); in begin()
|
D | debug.h | 95 virtual void beginEvent(gl::Context *context,
|
/external/swiftshader/third_party/marl/src/ |
D | trace.cpp | 102 void Trace::beginEvent(const char* fmt, ...) { in beginEvent() function in marl::Trace
|