Lines Matching refs:error
85 CGLError error = 0;
170 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
172 if ((error == kCGLBadAttribute || vsref == 0) && use_core_profile) {
174 ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref);
176 if (!error)
182 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
185 if (error) {
187 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error));