Searched refs:_eglsnprintf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglstring.h | 39 #define _eglsnprintf _snprintf macro 43 #define _eglsnprintf snprintf macro
|
D | egldriver.c | 423 ret = _eglsnprintf(buf, len, "%s", p); in _eglGetSearchPath() 436 ret = _eglsnprintf(buf, len, "%s:", p); in _eglGetSearchPath() 448 ret = _eglsnprintf(buf, len, "%s", _EGL_DRIVER_SEARCH_DIR); in _eglGetSearchPath()
|
D | eglmisc.c | 158 _eglsnprintf(dpy->VersionString, sizeof(dpy->VersionString), in _eglQueryString()
|