• Home
  • Raw
  • Download

Lines Matching refs:defaultUniformCollections

2617 	} defaultUniformCollections[UNIFORMCOLLECTIONS_LAST];  in init()  local
2619 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC].name = "basic"; in init()
2620 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_ARRAY].name = "basic_array"; in init()
2621 defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_STRUCT].name = "basic_struct"; in init()
2622 defaultUniformCollections[UNIFORMCOLLECTIONS_STRUCT_IN_ARRAY].name = "struct_in_array"; in init()
2623 defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY_IN_STRUCT].name = "array_in_struct"; in init()
2624defaultUniformCollections[UNIFORMCOLLECTIONS_NESTED_STRUCTS_ARRAYS].name = "nested_structs_array… in init()
2625 defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC].name = "multiple_basic"; in init()
2626defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC_ARRAY].name = "multiple_basic_array… in init()
2627defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_NESTED_STRUCTS_ARRAYS].name = "multiple_nest… in init()
2634defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC].cases.push_back(UniformCollectionCase(typeName… in init()
2640defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_ARRAY].cases.push_back(UniformCollectionCase(ty… in init()
2654defaultUniformCollections[UNIFORMCOLLECTIONS_BASIC_STRUCT].cases.push_back (UniformCollectionCas… in init()
2655defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY_IN_STRUCT].cases.push_back (UniformCollectionC… in init()
2656defaultUniformCollections[UNIFORMCOLLECTIONS_STRUCT_IN_ARRAY].cases.push_back (UniformCollectionC… in init()
2657defaultUniformCollections[UNIFORMCOLLECTIONS_NESTED_STRUCTS_ARRAYS].cases.push_back (UniformCollec… in init()
2660defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC].cases.push_back (UniformCollectio… in init()
2661defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_BASIC_ARRAY].cases.push_back (UniformColl… in init()
2662defaultUniformCollections[UNIFORMCOLLECTIONS_MULTIPLE_NESTED_STRUCTS_ARRAYS].cases.push_back (Unif… in init()
2681 … const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2708 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY… in init()
2749 const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2814 … const UniformCollectionGroup& collectionGroup = defaultUniformCollections[collectionGroupNdx]; in init()
2900 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[basicArrayCollectionGro… in init()
2928 …const UniformCollectionGroup& collectionGroup = defaultUniformCollections[UNIFORMCOLLECTIONS_ARRAY… in init()