Searched refs:OR_ASSIGN (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.h156 OR_ASSIGN = 357, enumerator in enum:yytokentype
H A Dglslang.l338 "|=" { return OR_ASSIGN; }
H A Dglslang.y157 %token <lex> MOD_ASSIGN LEFT_ASSIGN RIGHT_ASSIGN AND_ASSIGN XOR_ASSIGN OR_ASSIGN
H A Dglslang_lex.cpp1883 { return OR_ASSIGN; }
H A Dglslang_tab.cpp240 OR_ASSIGN = 357, enumerator in enum:yytokentype
851 "OR_ASSIGN", "SUB_ASSIGN", "LEFT_PAREN", "RIGHT_PAREN", "LEFT_BRACKET",
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h148 OR_ASSIGN = 366, enumerator in enum:yytokentype
349 #define OR_ASSIGN 366 macro
H A Dglsl_parser.cc257 OR_ASSIGN = 366, enumerator in enum:yytokentype
458 #define OR_ASSIGN 366 macro
1109 "XOR_ASSIGN", "OR_ASSIGN", "SUB_ASSIGN", "INVARIANT", "LOWP", "MEDIUMP",
H A Dglsl_lexer.cc2133 return OR_ASSIGN;

Completed in 3442 milliseconds