Home
last modified time | relevance | path

Searched refs:USAMPLER2D (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h118 USAMPLER2D = 321, enumerator
Dglslang.l183 "usampler2D" { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang.y170 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1273 | USAMPLER2D {
Dglslang_lex.cpp1930 { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang_tab.cpp205 USAMPLER2D = 321, enumerator
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h241 USAMPLER2D = 451, enumerator
DScan.cpp571 (*KeywordMap)["usampler2D"] = USAMPLER2D; in fillInKeywordMap()
1316 case USAMPLER2D: in tokenizeIdentifier()
Dglslang.y174 %token <lex> ISAMPLER1DARRAY ISAMPLER2DARRAY USAMPLER1D USAMPLER2D USAMPLER3D
2457 | USAMPLER2D {
Dglslang_tab.cpp319 USAMPLER2D = 451, enumerator