Searched refs:LayoutSpecifier (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 180 class LayoutSpecifier : public LayoutSpecifierBase class 183 …LayoutSpecifier(int _val, NumSys _numSys, DefOccurence _occurence) : LayoutSpecifierBase(_val, _nu… in LayoutSpecifier() function in glcts::__anon6abdc1140111::LayoutSpecifier 187 static LayoutSpecifier<T> C(int _val, NumSys _sys = Dec) in C() 189 return LayoutSpecifier<T>(_val, _sys, DefOccurence::ALL_SH); in C() 192 static LayoutSpecifier<T> C(int _val, DefOccurence _occurence) in C() 194 return LayoutSpecifier<T>(_val, Dec, _occurence); in C() 197 static LayoutSpecifier<T> Implicit() in Implicit() 199 return LayoutSpecifier<T>(1999999, Dec, DefOccurence::NONE_SH); in Implicit() 205 typedef LayoutSpecifier<LocationSpecifier> Loc; 206 typedef LayoutSpecifier<IndexSpecifier> Index; [all …]
|