Searched refs:ClientAPIsString (Results 1 – 2 of 2) sorted by relevance
164 char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */ member
528 strcat(dpy->ClientAPIsString, "OpenGL "); in _eglCreateAPIsString()533 strcat(dpy->ClientAPIsString, "OpenGL_ES "); in _eglCreateAPIsString()537 strcat(dpy->ClientAPIsString, "OpenVG "); in _eglCreateAPIsString()539 assert(strlen(dpy->ClientAPIsString) < sizeof(dpy->ClientAPIsString)); in _eglCreateAPIsString()639 disp->ClientAPIsString[0] = 0; in eglTerminate()669 RETURN_EGL_SUCCESS(disp, disp->ClientAPIsString); in eglQueryString()