Lines Matching defs:Error
58 Error(const char *display, const char *msg)
60 fprintf(stderr, "Error on display %s - %s\n", XDisplayName(display), msg);
90 Error(displayName, "Unable to open display");
99 Error(displayName, "Unable to find RGB, double-buffered visual");
114 Error(displayName, "Couldn't create window");
133 Error(displayName, "Couldn't create GLX context");
140 Error(displayName, "glXMakeCurrent failed");
151 Error(displayName, "displayName string length overflow");
163 Error(displayName, "GL_VERSION string length overflow");
170 Error(displayName, "GL_VENDOR string length overflow");
177 Error(displayName, "GL_RENDERER string length overflow");
193 Error(h->DisplayName, "glXMakeCurrent failed");
224 Error(h->DisplayName, "glXMakeCurrent failed in Resize()");