Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DDebugAnnotator11.cpp18 DebugAnnotator11::DebugAnnotator11() {} in DebugAnnotator11() function in rx::DebugAnnotator11
20 DebugAnnotator11::~DebugAnnotator11() {} in ~DebugAnnotator11()
22 void DebugAnnotator11::beginEvent(gl::Context *context, in beginEvent()
36 void DebugAnnotator11::endEvent(gl::Context *context, in endEvent()
47 void DebugAnnotator11::setMarker(const char *markerName) in setMarker()
58 bool DebugAnnotator11::getStatus() in getStatus()
68 bool DebugAnnotator11::loggingEnabledForThisThread() const in loggingEnabledForThisThread()
73 void DebugAnnotator11::initialize(ID3D11DeviceContext *context) in initialize()
90 void DebugAnnotator11::release() in release()
DDebugAnnotator11.h19 class DebugAnnotator11 : public angle::LoggingAnnotator
22 DebugAnnotator11();
23 ~DebugAnnotator11() override;
DRenderer11.h608 DebugAnnotator11 mAnnotator;
/external/angle/src/libANGLE/renderer/d3d/
DBUILD.gn142 "d3d11/DebugAnnotator11.cpp",
143 "d3d11/DebugAnnotator11.h",