Home | History | Annotate | Download | only in compiler

Lines Matching full:glsl

1039 This file contains the Lex specification for GLSL ES.
1044 WHICH GENERATES THE GLSL ES LEXER (glslang_lex.cpp).
1723 /* Reserved keywords for GLSL ES 3.00 that are not reserved for GLSL ES 1.00 */
1789 /* Reserved keywords in GLSL ES 1.00 that are not reserved in GLSL ES 3.00 */
3342 // not a reserved word in GLSL ES 1.00, so could be used as an identifier/type name
3358 context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext, "");
3375 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext);