Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h97 class DebugAnnotator : angle::NonCopyable
100 DebugAnnotator() {} in DebugAnnotator() function
101 virtual ~DebugAnnotator() {} in ~DebugAnnotator()
118 void InitializeDebugAnnotations(DebugAnnotator *debugAnnotator);
Ddebug.cpp44 DebugAnnotator *g_debugAnnotator = nullptr;
110 void InitializeDebugAnnotations(DebugAnnotator *debugAnnotator) in InitializeDebugAnnotations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.h22 class LoggingAnnotator : public gl::DebugAnnotator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h319 gl::DebugAnnotator *getAnnotator();
DRenderer11.cpp4044 gl::DebugAnnotator *Renderer11::getAnnotator() in getAnnotator()