Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DDebugGl.h25 std::string formatString(const char* format, ...);
34 #define GL_SCOPED_DEBUG_GROUP(...) ScopedDebugGroup sdg_ ## __LINE__(formatString(__VA_ARGS__))
DDebugGl.cpp26 std::string formatString(const char* format, ...) { in formatString() function