OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ES2_identifier_ES3_keyword
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
glslang.l
78
static int
ES2_identifier_ES3_keyword
(TParseContext *context, int token);
135
"uint" { return
ES2_identifier_ES3_keyword
(context, UINT_TYPE); }
148
"mat2x2" { return
ES2_identifier_ES3_keyword
(context, MATRIX2); }
149
"mat3x3" { return
ES2_identifier_ES3_keyword
(context, MATRIX3); }
150
"mat4x4" { return
ES2_identifier_ES3_keyword
(context, MATRIX4); }
152
"mat2x3" { return
ES2_identifier_ES3_keyword
(context, MATRIX2x3); }
153
"mat3x2" { return
ES2_identifier_ES3_keyword
(context, MATRIX3x2); }
154
"mat2x4" { return
ES2_identifier_ES3_keyword
(context, MATRIX2x4); }
155
"mat4x2" { return
ES2_identifier_ES3_keyword
(context, MATRIX4x2); }
156
"mat3x4" { return
ES2_identifier_ES3_keyword
(context, MATRIX3x4);
[
all
...]
glslang_lex.cpp
[
all
...]
Completed in 46 milliseconds