Home
last modified time | relevance | path

Searched refs:USAMPLERCUBE (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h120 USAMPLERCUBE = 323, enumerator
Dglslang.l185 "usamplerCube" { return ES2_identifier_ES3_keyword(context, USAMPLERCUBE); }
Dglslang.y170 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1283 | USAMPLERCUBE {
Dglslang_lex.cpp1938 { return ES2_identifier_ES3_keyword(context, USAMPLERCUBE); }
Dglslang_tab.cpp207 USAMPLERCUBE = 323, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h133 USAMPLERCUBE = 334, enumerator
Dglslang.y172 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1210 | USAMPLERCUBE {
Dglslang.l230 "usamplerCube" { return ES3_keyword(context, USAMPLERCUBE); }
Dglslang_lex_autogen.cpp1564 YY_RULE_SETUP { return ES3_keyword(context, USAMPLERCUBE); }
Dglslang_tab_autogen.cpp222 USAMPLERCUBE = 334, enumerator
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h90 USAMPLERCUBE = 300, enumerator
DScan.cpp577 (*KeywordMap)["usamplerCube"] = USAMPLERCUBE; in fillInKeywordMap()
1381 case USAMPLERCUBE: in tokenizeIdentifier()
Dglslang.y169 %token <lex> USAMPLERCUBE USAMPLER2DARRAY
2601 | USAMPLERCUBE {
Dglslang.m4169 %token <lex> USAMPLERCUBE USAMPLER2DARRAY
2601 | USAMPLERCUBE {
Dglslang_tab.cpp168 USAMPLERCUBE = 300, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y172 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1113 | USAMPLERCUBE {
Dglslang.l204 "usamplerCube" { return ES2_ident_ES3_keyword(context, USAMPLERCUBE); }
Dglslang_lex.cpp2007 { return ES2_ident_ES3_keyword(context, USAMPLERCUBE); }
Dglslang_tab.cpp216 USAMPLERCUBE = 330, enumerator