Home | History | Annotate | Download | only in apple

Lines Matching defs:error

64    xp_error error;
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
73 if (error) {
74 fprintf(stderr, "error: xp_attach_gl_context returned: %d\n", error);
101 xp_error error = xp_destroy_surface(s->surface_id);
103 if (error) {
104 fprintf(stderr, "xp_destroy_surface error: %d\n", (int) error);
127 /* Return true if an error occured. */
144 xp_error error;
146 error = xp_import_surface(key, &s->surface_id);
148 if (error) {
149 fprintf(stderr, "error: xp_import_surface returned: %d\n", error);
161 /* Return true if an error occured. */