Home
last modified time | relevance | path

Searched refs:ScopedDebugGroup (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DDebugGl.h27 class ScopedDebugGroup {
29 ScopedDebugGroup(const std::string& message);
30 ~ScopedDebugGroup();
34 #define GL_SCOPED_DEBUG_GROUP(...) ScopedDebugGroup sdg_ ## __LINE__(formatString(__VA_ARGS__))
DDebugGl.cpp36 ScopedDebugGroup::ScopedDebugGroup(const std::string& message) { in ScopedDebugGroup() function in gfxstream::gl::ScopedDebugGroup
51 ScopedDebugGroup::~ScopedDebugGroup() { in ~ScopedDebugGroup()