Lines Matching defs:ERROR
41 #define ERROR(x...) printf("GalliumContext: " x)
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("%s: State tracker error: NO_MEMORY\n", __func__);
177 ERROR("%s: State tracker error: BAD_API\n", __func__);
180 ERROR("%s: State tracker error: BAD_VERSION\n", __func__);
183 ERROR("%s: State tracker error: BAD_FLAG\n", __func__);
186 ERROR("%s: State tracker error: BAD_ATTRIBUTE\n", __func__);
189 ERROR("%s: State tracker error: UNKNOWN_FLAG\n", __func__);
220 ERROR("%s: The next context is invalid... something went wrong!\n",
274 ERROR("%s: Invalid context ID range!\n", __func__);
284 ERROR("%s: Invalid context provided (#%" B_PRIu64 ")!\n",
332 ERROR("%s: context not found\n", __func__);
347 ERROR("%s: Color buffer %d invalid!\n", __func__, i);