Searched refs:ERROR (Results 1 - 25 of 162) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp41 #define ERROR(x...) printf("GalliumContext: " x) macro
87 ERROR("%s: Couldn't allocate sw_winsys!\n", __func__);
94 ERROR("%s: Couldn't create screen!\n", __FUNCTION__);
102 ERROR("%s: Using %s driver.\n", __func__, driverName);
116 ERROR("%s: Couldn't create pipe context!\n", __FUNCTION__);
131 ERROR("%s: Couldn't obtain Mesa state tracker API!\n", __func__);
146 ERROR("%s: Problem allocating framebuffer!\n", __func__);
167 ERROR("%s: Couldn't create mesa state tracker context!\n",
171 ERROR("%s: State tracker error: SUCCESS?\n", __func__);
174 ERROR("
[all...]
H A DSoftwareRenderer.cpp31 #define ERROR(x...) printf("SoftwareRenderer: " x) macro
84 ERROR("%s: There was an error creating the context!\n", __func__);
172 ERROR("%s: Bitmap size doesn't match size!\n", __func__);
220 ERROR("%s::CopyPixelsOut(): incompatible color space: %s != %s\n",
264 ERROR("%s::CopyPixelsIn(): incompatible color space: %s != %s\n",
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp43 #define ERROR(x...) printf("GalliumContext: " x) macro
93 ERROR("%s: Couldn't allocate sw_winsys!\n", __func__);
100 ERROR("%s: Couldn't create screen!\n", __FUNCTION__);
108 ERROR("%s: Using %s driver.\n", __func__, driverName);
113 ERROR("%s: Couldn't create display!\n", __FUNCTION__);
144 ERROR("%s: Couldn't create pipe context!\n", __FUNCTION__);
158 ERROR("%s: Problem allocating framebuffer!\n", __func__);
186 ERROR("%s: Couldn't create mesa state tracker context!\n",
190 ERROR("%s: State tracker error: SUCCESS?\n", __func__);
193 ERROR("
[all...]
/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h30 #define ERROR 255 macro
H A Dcfgscan.c67 case ERROR:
68 snprintf(buf, sizeof(buf), "ERROR");
237 return ERROR;
251 return ERROR;
308 return ERROR;
322 return ERROR;
411 return ERROR;
484 rtrn = ERROR;
/xsrc/external/mit/xkbcomp/dist/
H A Dexpr.c303 ERROR
311 ERROR("Illegal modifier index (%d, must be 0..%d)\n",
329 ERROR("Cannot determine modifier index for \"%s\"\n",
360 ERROR("Modifier index must be a name or number, %s ignored\n",
393 ERROR
425 ERROR("Identifier \"%s\" of type int is unknown\n",
436 ERROR("Default \"%s.%s\" of type boolean is unknown\n",
465 ERROR("%s of boolean values not permitted\n", bogus);
468 ERROR("Unary \"+\" operator not permitted for boolean values\n");
500 ERROR("Foun
[all...]
H A Dkeymap.c77 ERROR("Cannot compile %s alone into an XKM file\n",
90 ERROR("More than one %s section in a %s file\n",
98 ERROR("Cannot define %s in a %s file\n",
171 ERROR("Missing %s section in a %s file\n",
H A Dmisc.c68 ERROR("Can't find file \"%s\" for %s include\n", stmt->file,
84 ERROR("Error interpreting include file \"%s\"\n", stmt->file);
111 ERROR("No %s named \"%s\" in the include file \"%s\"\n",
139 ERROR("Include file wrong type (expected %s, got %s)\n",
158 ERROR("The %s %s field is not an array\n", type, field);
166 ERROR("Missing subscript for %s %s\n", type, field);
175 ERROR("The %s %s field must be a %s\n", type, field, wanted);
184 ERROR("Index for the %s %s field must be a %s\n", type, field, wanted);
193 ERROR("Unknown %s field %s in %s\n", type, field, name);
H A Daction.c304 ERROR("Value of %s field must be of type %s\n", fieldText(field), type);
313 ERROR("Field %s is not defined for an action of type %s\n",
322 ERROR("The %s field in the %s action is not an array\n",
331 ERROR("%s named %s not found\n", what, bad);
518 ERROR("Illegal group %d (must be in the range 1..%d)\n", rtrn.ival,
679 ERROR("Button must specify default or be in the range 1..5\n");
705 ERROR("The count field must have a value in the range 0..255\n");
761 ERROR("New default button value must be in the range 1..5\n");
767 ERROR("Cannot set default pointer button to \"default\"\n");
880 ERROR("Scree
[all...]
H A Dxkbcomp.c606 ERROR("Unknown flag \"%s\" on command line\n", argv[i]);
642 ERROR("Unknown flag \"%s\" on command line\n", argv[i]);
651 ERROR("No input file specified\n");
696 ERROR("Illegal name \"%s\" for input file\n", inputFile);
743 ERROR("Cannot generate a listing from a .xkm file (yet)\n");
745 ERROR("Cannot generate a listing from an X connection (yet)\n");
754 ERROR("Cannot write a listing to an X connection\n");
869 ERROR("X library supports incompatible version %d.%02d\n",
873 ERROR("Cannot open display \"%s\"\n", dpyName);
876 ERROR("XK
[all...]
H A Dsymbols.c641 ERROR
668 ERROR("Key %s added to map for multiple modifiers\n",
885 ERROR("Too many groups of %s for key %s (max %d)\n", name,
893 ERROR("Illegal group index for %s of key %s\n", name,
900 ERROR("Group index for %s of key %s is out of range (1..%d)\n",
925 ERROR("Expected a list of symbols, found %s\n",
1020 ERROR("Illegal action definition for %s\n",
1043 ERROR("Illegal index in group name definition\n");
1049 ERROR("Illegal radio group specified (must be 1..%d)\n",
1059 ERROR("Illega
[all...]
H A Dkeytypes.c249 ERROR("Key type \"%s\" has %d levels, must have %d\n", type, has, needs);
490 ERROR("Couldn't allocate map entries for %s\n", TypeTxt(type));
505 ERROR("Couldn't reallocate map entries for %s\n", TypeTxt(type));
681 ERROR("Level specifications in a key type must be integer\n");
687 ERROR("Shift level %d out of range (1..%d) in key type %s\n",
728 ERROR("Preserve value in a key type is not a modifier mask\n");
766 ERROR("Couldn't allocate level names for type %s\n",
819 ERROR("Level name %d out of range (1..%d) in key type %s\n",
829 ERROR("Non-string name for level %d in key type %s\n", level + 1,
864 ERROR("Ke
[all...]
H A Dlisting.c280 ERROR("File and map must have the format file(map)\n");
394 ERROR("Files/maps to list must have the form file(map)\n");
426 ERROR("Must specify at least one file or pattern to list\n");
433 ERROR("Cannot open \"%s\" to write keyboard description\n",
H A Dkeycodes.c623 ERROR("Unknown element %s encountered\n", tmp.str);
633 ERROR("Unknown field encountered\n");
639 ERROR("The %s setting is not an array\n", field.str);
651 ERROR
669 ERROR
677 ERROR
690 ERROR("Maximum code (%d) must be >= minimum key code (%d)\n",
697 ERROR
719 ERROR("Name specified for illegal indicator index %d\n", def->ndx);
790 ERROR("Keycod
[all...]
/xsrc/external/mit/xtrap/dist/
H A Dchparse.c79 #define ERROR (-1) macro
157 || c == ERROR
300 * ERROR Something is dwrong
369 return (ERROR);
393 return (ERROR);
400 return (ERROR);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_attrib_tmp.h227 ERROR(GL_INVALID_VALUE); \
236 ERROR(GL_INVALID_VALUE); \
534 ERROR(GL_INVALID_VALUE);
546 ERROR(GL_INVALID_VALUE);
558 ERROR(GL_INVALID_VALUE);
570 ERROR(GL_INVALID_VALUE);
582 ERROR(GL_INVALID_VALUE);
594 ERROR(GL_INVALID_VALUE);
606 ERROR(GL_INVALID_VALUE);
618 ERROR(GL_INVALID_VALU
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_attrib_tmp.h178 ERROR(GL_INVALID_VALUE); \
187 ERROR(GL_INVALID_VALUE); \
485 ERROR(GL_INVALID_VALUE);
497 ERROR(GL_INVALID_VALUE);
509 ERROR(GL_INVALID_VALUE);
521 ERROR(GL_INVALID_VALUE);
533 ERROR(GL_INVALID_VALUE);
545 ERROR(GL_INVALID_VALUE);
557 ERROR(GL_INVALID_VALUE);
569 ERROR(GL_INVALID_VALU
[all...]
H A Dvbo_noop.c111 #define ERROR(err) _mesa_error(ctx, err, __func__) macro
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre200.h59 #define ERROR(str,param1) xf86DrvMsg(screen, X_ERROR, str, param1) macro
68 #define ERROR(str,param1) (void)screen macro
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwindow.c272 == ERROR) {
279 if (CombineRgn(hRgn, hRgn, hRgnWin, RGN_OR) == ERROR) {
366 if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp225 ERROR("isResultFloat not implemented for %s\n", nir_op_infos[op].name);
242 ERROR("isResultSigned not implemented for %s\n", nir_op_infos[op].name);
290 ERROR("couldn't get Type for op %s with bitSize %u\n", nir_op_infos[op].name, bitSize);
306 ERROR("getSType not implemented for %s idx %u\n", info.name, i);
334 ERROR("couldn't get Type for %s with bitSize %u\n", str, bitSize);
463 ERROR("couldn't get operation for op %s\n", nir_op_infos[op].name);
493 ERROR("couldn't get operation for nir_texop %u\n", op);
548 ERROR("couldn't get operation for nir_intrinsic_op %u\n", op);
675 ERROR("couldn't get CondCode for op %s\n", nir_op_infos[op].name);
693 ERROR("n
[all...]
/xsrc/external/mit/libXaw/dist/
H A Dtest-driver125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
/xsrc/external/mit/libXdmcp/dist/
H A Dtest-driver125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
/xsrc/external/mit/libXmu/dist/
H A Dtest-driver125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
/xsrc/external/mit/libXpm/dist/
H A Dtest-driver125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;

Completed in 22 milliseconds

1234567