| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| vbo_noop.c | 111 #define ERROR(err) _mesa_error(ctx, err, __func__)
|
| vbo_exec_api.c | 573 #undef ERROR 574 #define ERROR(err) _mesa_error(ctx, err, __func__) 835 GLenum error = _mesa_valid_prim_mode(ctx, mode); local 836 if (error != GL_NO_ERROR) { 837 _mesa_error(ctx, error, "glBegin"); 1178 ERROR(GL_INVALID_VALUE);
|
| vbo_save_api.c | 128 #ifdef ERROR 129 #undef ERROR 1280 #define ERROR(err) _mesa_compile_error(ctx, err, __func__); 1565 * is an error.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/ |
| hgl.c | 31 #define ERROR(x...) printf("hgl:state_tracker: " x)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| GalliumContext.cpp | 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__) [all...] |
| SoftwareRenderer.cpp | 31 #define ERROR(x...) printf("SoftwareRenderer: " x) 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.old/dist/src/gallium/winsys/sw/hgl/ |
| hgl_sw_winsys.c | 51 #define ERROR(x...) printf("hgl:winsys: " x)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/ |
| egl_haiku.cpp | 52 #define ERROR(x...) printf("egl_haiku: " x)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/ |
| hgl.c | 31 #define ERROR(x...) printf("hgl:frontend: " x)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| GalliumContext.cpp | 43 #define ERROR(x...) printf("GalliumContext: " x) 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__) [all...] |
| SoftwareRenderer.cpp | 31 #define ERROR(x...) printf("SoftwareRenderer: " x) 161 ERROR("%s: There was an error creating the context!\n", __func__);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/hgl/ |
| hgl_sw_winsys.cpp | 52 #define ERROR(x...) printf("hgl:winsys: " x)
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/ |
| egl_haiku.cpp | 52 #define ERROR(x...) printf("egl_haiku: " x)
|
| /xsrc/external/mit/xkbcomp/dist/ |
| utils.h | 108 #define ERROR uError
|
| /xsrc/external/mit/xkbevd/dist/ |
| tokens.h | 30 #define ERROR 255
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| theatre200.h | 59 #define ERROR(str,param1) xf86DrvMsg(screen, X_ERROR, str, param1) 68 #define ERROR(str,param1) (void)screen
|
| /xsrc/external/mit/xtrap/dist/ |
| chparse.c | 79 #define ERROR (-1) 116 int *private, /* Sequence private char, 'X' if error */ 157 || c == ERROR 220 int private, /* Sequence private char, 'X' if error */ 300 * ERROR Something is dwrong 369 return (ERROR); 393 return (ERROR); 400 return (ERROR);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.h | 39 #define ERROR(args...) _debug_printf("ERROR: " args)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.h | 39 #define ERROR(args...) debug_printf("ERROR: " args)
|
| /xsrc/external/mit/makedepend/dist/ |
| def.h | 88 #define ERROR 10
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 1121 ERROR, 1193 return ERROR; 1239 if (layout == ERROR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| vbo_exec_api.c | 538 #undef ERROR 539 #define ERROR(err) _mesa_error(ctx, err, __func__) 1356 ERROR(GL_INVALID_VALUE);
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imLcPrs.c | 128 #define ERROR 9 177 token = ERROR; 232 token = ERROR; 239 token = ERROR; 274 token = ERROR; 498 goto error; 500 goto error; 502 goto error; 506 goto error; 527 goto error; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_eu_validate.c | 69 #define error(str) "\tERROR: " str "\n" macro 72 #define ERROR(msg) ERROR_IF(true, msg) 75 if ((cond) && !CONTAINS(error_msg, error(msg))) { \ 76 CAT(error_msg, error(msg)); \ 289 ERROR("invalid execution size"); 325 ERROR("Align1 mode not allowed on Gen < 10"); 752 ERROR("Only raw MOV supports a packed-byte destination"); 1068 ERROR("VertStride must be used to cross GRF register boundaries"); 1586 ERROR("Each destination register must be entirely derived " \ 2113 ERROR("Instruction not supported on this Gen") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_eu_validate.c | 68 #define error(str) "\tERROR: " str "\n" macro 71 #define ERROR(msg) ERROR_IF(true, msg) 74 if ((cond) && !CONTAINS(error_msg, error(msg))) { \ 75 CAT(error_msg, error(msg)); \ 665 ERROR("Only raw MOV supports a packed-byte destination"); 981 ERROR("VertStride must be used to cross GRF register boundaries"); 1499 ERROR("Each destination register must be entirely derived " \ 1845 ERROR("Instruction not supported on this Gen");
|