Home | History | Annotate | Download | only in compiler

Lines Matching refs:ES2_identifier_ES3_keyword

1178 static int ES2_identifier_ES3_keyword(TParseContext *context, int token);
1762 { return ES2_identifier_ES3_keyword(context, UINT_TYPE); }
1802 { return ES2_identifier_ES3_keyword(context, MATRIX2); }
1806 { return ES2_identifier_ES3_keyword(context, MATRIX3); }
1810 { return ES2_identifier_ES3_keyword(context, MATRIX4); }
1814 { return ES2_identifier_ES3_keyword(context, MATRIX2x3); }
1818 { return ES2_identifier_ES3_keyword(context, MATRIX3x2); }
1822 { return ES2_identifier_ES3_keyword(context, MATRIX2x4); }
1826 { return ES2_identifier_ES3_keyword(context, MATRIX4x2); }
1830 { return ES2_identifier_ES3_keyword(context, MATRIX3x4); }
1834 { return ES2_identifier_ES3_keyword(context, MATRIX4x3); }
1862 { return ES2_identifier_ES3_keyword(context, UVEC2); }
1866 { return ES2_identifier_ES3_keyword(context, UVEC3); }
1870 { return ES2_identifier_ES3_keyword(context, UVEC4); }
1910 { return ES2_identifier_ES3_keyword(context, SAMPLER2DARRAY); }
1914 { return ES2_identifier_ES3_keyword(context, ISAMPLER2D); }
1918 { return ES2_identifier_ES3_keyword(context, ISAMPLER3D); }
1922 { return ES2_identifier_ES3_keyword(context, ISAMPLERCUBE); }
1926 { return ES2_identifier_ES3_keyword(context, ISAMPLER2DARRAY); }
1930 { return ES2_identifier_ES3_keyword(context, USAMPLER2D); }
1934 { return ES2_identifier_ES3_keyword(context, USAMPLER3D); }
1938 { return ES2_identifier_ES3_keyword(context, USAMPLERCUBE); }
1942 { return ES2_identifier_ES3_keyword(context, USAMPLER2DARRAY); }
1950 { return ES2_identifier_ES3_keyword(context, SAMPLERCUBESHADOW); }
1954 { return ES2_identifier_ES3_keyword(context, SAMPLER2DARRAYSHADOW); }
1962 { return ES2_identifier_ES3_keyword(context, LAYOUT); }
3701 int ES2_identifier_ES3_keyword(TParseContext *context, int token)