Home
last modified time | relevance | path

Searched refs:_eglsnprintf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglstring.h39 #define _eglsnprintf _snprintf macro
43 #define _eglsnprintf snprintf macro
Degldriver.c423 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()
Deglmisc.c158 _eglsnprintf(dpy->VersionString, sizeof(dpy->VersionString), in _eglQueryString()