Home
last modified time | relevance | path

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

/external/angle/src/common/
Ddebug.cpp91 bool DebugAnnotationsActive(const gl::Context *context) in DebugAnnotationsActive() function
103 return DebugAnnotationsActive(context); in ShouldBeginScopedEvent()
226 if (DebugAnnotationsActive(/*context=*/nullptr)) in Trace()
Ddebug.h82 bool DebugAnnotationsActive(const gl::Context *context);
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp303 if (gl::DebugAnnotationsActive(context)) in compile()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2459 return (mD3d9Ex != nullptr) && !gl::DebugAnnotationsActive(/*context=*/nullptr); in getShareHandleSupport()
2761 if (gl::DebugAnnotationsActive(/*context=*/nullptr)) in compileToExecutable()