Lines Matching refs:defaultUniformCollections

2106 	} defaultUniformCollections[UNIFORMCOLLECTIONS_LAST];  in init()  local
2108 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC].name = "basic"; in init()
2109 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_ARRAY].name = "basic_array"; in init()
2110 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_STRUCT].name = "basic_struct"; in init()
2111 defaultUniformCollections[UNIFORMCOLLECTIONS_STRUCT_IN_ARRAY].name = "struct_in_array"; in init()
2112 defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY_IN_STRUCT].name = "array_in_struct"; in init()
2113defaultUniformCollections[UNIFORMCOLLECTIONS_NESTED_STRUCTS_ARRAYS].name = "nested_structs_array… in init()
2114 defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC].name = "multiple_basic"; in init()
2115defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC_ARRAY].name = "multiple_basic_array… in init()
2116defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_NESTED_STRUCTS_ARRAYS].name = "multiple_nest… in init()
2123defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC].cases.push_back(UniformCollectionCase(typeName… in init()
2129defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_ARRAY].cases.push_back(UniformCollectionCase(ty… in init()
2143defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_STRUCT].cases.push_back (UniformCollectionCas… in init()
2144defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY_IN_STRUCT].cases.push_back (UniformCollectionC… in init()
2145defaultUniformCollections[UNIFORMCOLLECTIONS_STRUCT_IN_ARRAY].cases.push_back (UniformCollectionC… in init()
2146defaultUniformCollections[UNIFORMCOLLECTIONS_NESTED_STRUCTS_ARRAYS].cases.push_back (UniformCollec… in init()
2149defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC].cases.push_back (UniformCollectio… in init()
2150defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC_ARRAY].cases.push_back (UniformColl… in init()
2151defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_NESTED_STRUCTS_ARRAYS].cases.push_back (Unif… in init()
2161 const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2185 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY… in init()
2225 const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2288 … const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2365 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[basicArrayCollectionGro… in init()
2393 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY… in init()