Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h118 USAMPLER2D = 321, enumerator
Dglslang.l192 "usampler2D" { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang.y170 %token <lex> USAMPLER2D USAMPLER3D USAMPLERCUBE USAMPLER2DARRAY
1263 | USAMPLER2D {
Dglslang_lex.cpp1721 { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
Dglslang_tab.cpp205 USAMPLER2D = 321, enumerator
/external/mesa3d/src/glsl/
Dglsl_lexer.ll293 usampler2D KEYWORD(130, 130, USAMPLER2D);
Dglsl_parser.yy105 %token ISAMPLER1DARRAY ISAMPLER2DARRAY USAMPLER1D USAMPLER2D USAMPLER3D
1479 | USAMPLER2D { $$ = "usampler2D"; }