Searched refs:printMsg (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglconfigdebug.c | 108 char printMsg[CONFIG_DEBUG_MSG_MAX] = ""; in _eglPrintConfig() local 130 _strnAppend(printMsg, sizeof(printMsg), "%*d ", strlen(padding), in _eglPrintConfig() 133 _strnAppend(printMsg, sizeof(printMsg), "%s ", &padding[0]); in _eglPrintConfig() 135 _strnAppend(printMsg, sizeof(printMsg), in _eglPrintConfig() 147 _strnAppend(printMsg, sizeof(printMsg), in _eglPrintConfig() 158 _eglLog(_EGL_DEBUG, printMsg); in _eglPrintConfig()
|