| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 090-hash-error.c | 0 #error human error
|
| 091-hash-line.c | 2 #error line 0 error 4 #error line 25 error 6 #error source 1, line 0 error 8 #error source 2, line 30 error
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 090-hash-error.c | 0 #error human error
|
| 091-hash-line.c | 2 #error line 0 error 4 #error line 25 error 6 #error source 1, line 0 error 8 #error source 2, line 30 error
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| pserror.c | 5 * Adobe's code for error handling (body). 44 cf2_setError( FT_Error* error, 47 if ( error && !*error ) 48 *error = value;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftbbox.h | 37 #error "freetype.h of FreeType 1 has been loaded!" 38 #error "Please fix the directory search order for header files" 39 #error "so that freetype.h of FreeType 2 is found first." 74 * FreeType error code. 0~means success.
|
| ftbzip2.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 78 * FreeType error code. 0~means success.
|
| ftfntfmt.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 71 * Font format string. `NULL` in case of error.
|
| ftlzw.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 76 * FreeType error code. 0~means success.
|
| ftsynth.h | 51 #error "freetype.h of FreeType 1 has been loaded!" 52 #error "Please fix the directory search order for header files" 53 #error "so that freetype.h of FreeType 2 is found first."
|
| ftgasp.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first."
|
| ftgzip.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 78 * FreeType error code. 0~means success. 127 * FreeType error code. 0~means success.
|
| ftparams.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first."
|
| ftsizes.h | 35 #error "freetype.h of FreeType 1 has been loaded!" 36 #error "Please fix the directory search order for header files" 37 #error "so that freetype.h of FreeType 2 is found first." 91 * FreeType error code. 0~means success. 117 * FreeType error code. 0~means success. 142 * FreeType error code. 0~means success.
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/ |
| v3dx_pack.h | 29 # error "The V3D_VERSION macro must be defined" 41 # error "Need to add a pack header include for this v3d version"
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/ |
| v3dx_pack.h | 29 # error "The V3D_VERSION macro must be defined" 41 # error "Need to add a pack header include for this v3d version"
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftmm.c | 41 FT_Error error; local 49 error = FT_ERR( Invalid_Argument ); 58 error = FT_Err_Ok; 61 return error; 69 FT_Error error; local 77 error = FT_ERR( Invalid_Argument ); 86 error = FT_Err_Ok; 89 return error; 99 FT_Error error; local 108 error = ft_face_get_mm_service( face, &service ) 126 FT_Error error; local 173 FT_Error error; local 208 FT_Error error; local 241 FT_Error error; local 269 FT_Error error; local 317 FT_Error error; local 345 FT_Error error; local 396 FT_Error error; local 444 FT_Error error; local 475 FT_Error error; local 526 FT_Error error; local [all...] |
| ftgxval.c | 43 FT_Error error; local 48 error = FT_THROW( Invalid_Face_Handle ); 54 error = FT_THROW( Invalid_Argument ); 61 error = service->validate( face, 66 error = FT_THROW( Unimplemented_Feature ); 69 return error; 95 FT_Error error; local 100 error = FT_THROW( Invalid_Face_Handle ); 106 error = FT_THROW( Invalid_Argument ); 113 error = service->validate( face [all...] |
| ftcid.c | 32 FT_Error error; local 38 error = FT_ERR( Invalid_Argument ); 48 error = service->get_ros( face, &r, &o, &s ); 60 return error; 68 FT_Error error = FT_ERR( Invalid_Argument ); local 80 error = service->get_is_cid( face, &ic); 86 return error; 95 FT_Error error = FT_ERR( Invalid_Argument ); local 107 error = service->get_cid_from_glyph_index( face, glyph_index, &c); 113 return error; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glx_error.c | 42 xError error; local 48 error.type = X_Error; 51 error.errorCode = errorCode; 54 error.errorCode = glx_dpy->codes.first_error + errorCode; 57 error.sequenceNumber = dpy->request; 58 error.resourceID = resourceID; 59 error.minorCode = minorCode; 60 error.majorCode = glx_dpy->codes.major_opcode; 62 _XError(dpy, &error); 70 xError error; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glx_error.c | 42 xError error; local 48 error.type = X_Error; 51 error.errorCode = errorCode; 54 error.errorCode = glx_dpy->codes->first_error + errorCode; 57 error.sequenceNumber = dpy->request; 58 error.resourceID = resourceID; 59 error.minorCode = minorCode; 60 error.majorCode = glx_dpy->majorOpcode; 62 _XError(dpy, &error); 70 xError error; local [all...] |
| /xsrc/external/mit/libepoxy/dist/test/ |
| miscdefines.c | 35 #error bad GL_VERSION_3_2 39 #error bad GL_ARB_ES2_compatibility 43 #error missing GLAPI 47 #error missing GLAPIENTRY 51 #error missing GLAPIENTRYP 55 #error missing APIENTRY 59 #error missing APIENTRYP
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| error.hpp | 56 /// Class that represents an error that can be converted to an 59 class error : public std::runtime_error { class in namespace:clover 61 error(cl_int code, std::string what = "") : function in class:clover::error 73 class invalid_build_options_error : public error { 76 error(CL_INVALID_BUILD_OPTIONS, what) {} 79 class build_error : public error { 82 error(CL_BUILD_PROGRAM_FAILURE, what) {} 89 class invalid_object_error<command_queue> : public error { 92 error(CL_INVALID_COMMAND_QUEUE, what) {} 96 class invalid_object_error<context> : public error { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| error.hpp | 52 /// Class that represents an error that can be converted to an 55 class error : public std::runtime_error { class in namespace:clover 57 error(cl_int code, std::string what = "") : function in class:clover::error 69 class invalid_build_options_error : public error { 72 error(CL_INVALID_BUILD_OPTIONS, what) {} 75 class build_error : public error { 78 error(CL_BUILD_PROGRAM_FAILURE, what) {} 85 class invalid_object_error<command_queue> : public error { 88 error(CL_INVALID_COMMAND_QUEUE, what) {} 92 class invalid_object_error<context> : public error { [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| test_afm.c | 81 FT_Error error = FT_Err_Ok; local 88 error = FT_Stream_EnterFrame( stream, stream->size ); 89 if ( error ) 90 return error; 92 error = psaux->afm_parser_funcs->init( &parser, 96 if ( error ) 97 return error; 102 error = psaux->afm_parser_funcs->parse( &parser ); 106 return error; 115 FT_Error error = FT_Err_Ok local [all...] |