Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/common/
Ddebug.h83 class DebugAnnotator : angle::NonCopyable
86 DebugAnnotator() {} in DebugAnnotator() function
87 virtual ~DebugAnnotator() {} in ~DebugAnnotator()
98 void InitializeDebugAnnotations(DebugAnnotator *debugAnnotator);
Ddebug.cpp39 DebugAnnotator *g_debugAnnotator = nullptr;
96 void InitializeDebugAnnotations(DebugAnnotator *debugAnnotator) in InitializeDebugAnnotations()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DLoggingAnnotator.h17 class LoggingAnnotator : public gl::DebugAnnotator
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h348 gl::DebugAnnotator *getAnnotator();
DRenderer11.cpp3935 gl::DebugAnnotator *Renderer11::getAnnotator() in getAnnotator()