Searched refs:ClientAPIsString (Results 1 – 2 of 2) sorted by relevance
175 char ClientAPIsString[100]; /**< EGL_CLIENT_APIS */ member
540 strcat(dpy->ClientAPIsString, "OpenGL "); in _eglCreateAPIsString()545 strcat(dpy->ClientAPIsString, "OpenGL_ES "); in _eglCreateAPIsString()549 strcat(dpy->ClientAPIsString, "OpenVG "); in _eglCreateAPIsString()551 assert(strlen(dpy->ClientAPIsString) < sizeof(dpy->ClientAPIsString)); in _eglCreateAPIsString()651 disp->ClientAPIsString[0] = 0; in eglTerminate()685 RETURN_EGL_SUCCESS(disp, disp->ClientAPIsString); in eglQueryString()