Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h116 ISAMPLERCUBE = 319, enumerator
Dglslang.l181 "isamplerCube" { return ES2_identifier_ES3_keyword(context, ISAMPLERCUBE); }
Dglslang.y169 %token <lex> ISAMPLER2D ISAMPLER3D ISAMPLERCUBE ISAMPLER2DARRAY
1263 | ISAMPLERCUBE {
Dglslang_lex.cpp1922 { return ES2_identifier_ES3_keyword(context, ISAMPLERCUBE); }
Dglslang_tab.cpp203 ISAMPLERCUBE = 319, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h129 ISAMPLERCUBE = 330, enumerator
Dglslang.y171 %token <lex> ISAMPLER2D ISAMPLER3D ISAMPLERCUBE ISAMPLER2DARRAY
1166 | ISAMPLERCUBE {
Dglslang.l225 "isamplerCube" { return ES3_keyword(context, ISAMPLERCUBE); }
Dglslang_lex_autogen.cpp1545 YY_RULE_SETUP { return ES3_keyword(context, ISAMPLERCUBE); }
Dglslang_tab_autogen.cpp218 ISAMPLERCUBE = 330, enumerator
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h86 ISAMPLERCUBE = 296, enumerator
DScan.cpp573 (*KeywordMap)["isamplerCube"] = ISAMPLERCUBE; in fillInKeywordMap()
1377 case ISAMPLERCUBE: in tokenizeIdentifier()
Dglslang.y167 %token <lex> SAMPLER2DARRAYSHADOW ISAMPLER2D ISAMPLER3D ISAMPLERCUBE
2581 | ISAMPLERCUBE {
Dglslang.m4167 %token <lex> SAMPLER2DARRAYSHADOW ISAMPLER2D ISAMPLER3D ISAMPLERCUBE
2581 | ISAMPLERCUBE {
Dglslang_tab.cpp164 ISAMPLERCUBE = 296, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y171 %token <lex> ISAMPLER2D ISAMPLER3D ISAMPLERCUBE ISAMPLER2DARRAY
1095 | ISAMPLERCUBE {
Dglslang.l199 "isamplerCube" { return ES2_ident_ES3_keyword(context, ISAMPLERCUBE); }
Dglslang_lex.cpp1987 { return ES2_ident_ES3_keyword(context, ISAMPLERCUBE); }
Dglslang_tab.cpp212 ISAMPLERCUBE = 326, enumerator