Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h114 ISAMPLER2D = 317, enumerator
Dglslang.l178 "isampler2D" { return ES2_identifier_ES3_keyword(context, ISAMPLER2D); }
Dglslang.y169 %token <lex> ISAMPLER2D ISAMPLER3D ISAMPLERCUBE ISAMPLER2DARRAY
1243 | ISAMPLER2D {
Dglslang_lex.cpp1673 { return ES2_identifier_ES3_keyword(context, ISAMPLER2D); }
Dglslang_tab.cpp201 ISAMPLER2D = 317, enumerator
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll332 isampler2D KEYWORD(130, 300, 130, 300, ISAMPLER2D);
Dglsl_parser.yy150 %token ISAMPLER1D ISAMPLER2D ISAMPLER3D ISAMPLERCUBE
2250 | ISAMPLER2D { $$ = "isampler2D"; }