HomeSort by relevance Sort by last modified time
    Searched refs:CPPErrorToInfoLog (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
scanner.h 77 void CPPErrorToInfoLog(char *); // sticking the msg,line into the Shader's.Info.log
cpp.h 76 void CPPErrorToInfoLog(char*); // Stick all cpp errors into Sh.Info.log .
cpp.c 147 CPPErrorToInfoLog("#if mismatch");
161 CPPErrorToInfoLog("#define");
173 CPPErrorToInfoLog("#define");
181 CPPErrorToInfoLog("#define");
192 CPPErrorToInfoLog("The line continuation character (\\) is not part of the OpenGL ES Shading Language");
195 CPPErrorToInfoLog("unexpected end of input in #define preprocessor directive - expected a newline");
244 CPPErrorToInfoLog("#undef");
256 CPPErrorToInfoLog("#undef");
276 CPPErrorToInfoLog("unexpected end of input in #else preprocessor directive - expected a newline");
308 CPPErrorToInfoLog("unexpected end of input following #else preprocessor directive - expected a newline")
    [all...]
scanner.c 199 CPPErrorToInfoLog("BUFFER OVERFLOW"); \
240 CPPErrorToInfoLog("EXPONENT INVALID");
249 CPPErrorToInfoLog("FLOAT CONSTANT OVERFLOW");
330 CPPErrorToInfoLog("HEX CONSTANT OVERFLOW");
338 CPPErrorToInfoLog("HEX CONSTANT INVALID");
353 CPPErrorToInfoLog("OCT CONSTANT OVERFLOW");
387 CPPErrorToInfoLog("INTEGER CONSTANT OVERFLOW");
567 CPPErrorToInfoLog("EOF IN COMMENT");
574 CPPErrorToInfoLog("EOF IN COMMENT");
593 CPPErrorToInfoLog("The line continuation character (\\) is not part of the OpenGL ES Shading Language")
    [all...]
symbols.h 108 void CPPErrorToInfoLog(char *);
symbols.c 189 CPPErrorToInfoLog("GetAtomString(atable, fSymb->name)");
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 277 void CPPErrorToInfoLog(char *msg)
glslang_lex.cpp     [all...]

Completed in 31 milliseconds