• Home
  • Raw
  • Download

Lines Matching refs:UniformCollection

315 class UniformCollection  class
326 UniformCollection (void) {} in UniformCollection() function in deqp::gles31::Functional::__anon294f744f0211::UniformCollection
327 ~UniformCollection (void) in ~UniformCollection()
335 void moveContents (UniformCollection& receiver) in moveContents()
375 static UniformCollection* basic (const glu::DataType type, const char* const nameSuffix = "") in basic()
377 UniformCollection* const res = new UniformCollection; in basic()
383 static UniformCollection* basicArray (const glu::DataType type, const char* const nameSuffix = "") in basicArray()
385 UniformCollection* const res = new UniformCollection; in basicArray()
391 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct()
393 UniformCollection* const res = new UniformCollection; in basicStruct()
412 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray()
414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
419 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs()
421 UniformCollection* const res = new UniformCollection; in nestedArraysStructs()
448 static UniformCollection* multipleBasic (const char* const nameSuffix = "") in multipleBasic()
451 UniformCollection* const res = new UniformCollection; in multipleBasic()
455 UniformCollection* const sub = basic(types[i], ("_" + de::toString(i) + nameSuffix).c_str()); in multipleBasic()
463 static UniformCollection* multipleBasicArray (const char* const nameSuffix = "") in multipleBasicArray()
466 UniformCollection* const res = new UniformCollection; in multipleBasicArray()
470UniformCollection* const sub = basicArray(types[i], ("_" + de::toString(i) + nameSuffix).c_str()); in multipleBasicArray()
478 static UniformCollection* multipleNestedArraysStructs (const char* const nameSuffix = "") in multipleNestedArraysStructs()
482 UniformCollection* const res = new UniformCollection; in multipleNestedArraysStructs()
488UniformCollection* const sub = nestedArraysStructs(types0[i], types1[i], ("_" + de::toString(i) + … in multipleNestedArraysStructs()
500 UniformCollection (const UniformCollection&); // Not allowed.
501 UniformCollection& operator= (const UniformCollection&); // Not allowed.
832 …t char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCol…
909 const SharedPtr<const UniformCollection> m_uniformCollection;
938 …ription, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCol… in UniformCase()
1718 const SharedPtr<const UniformCollection>& uniformCollection,
1778 const SharedPtr<const UniformCollection>& uniformCollection, in UniformAssignCase()
1851 SharedPtr<const UniformCollection> uniformCollection;
1853 UniformCollectionCase (const char* const name, const UniformCollection* uniformCollection_) in UniformCollectionCase()
1902 …MCOLLECTIONS_BASIC].cases.push_back(UniformCollectionCase(typeName, UniformCollection::basic(dataT… in init()
1908 …CTIONS_BASIC_ARRAY].cases.push_back(UniformCollectionCase(typeName, UniformCollection::basicArray(… in init()
1922 …ASIC_STRUCT].cases.push_back (UniformCollectionCase(name.c_str(), UniformCollection::basicStruct… in init()
1923 …AY_IN_STRUCT].cases.push_back (UniformCollectionCase(name.c_str(), UniformCollection::basicStruct… in init()
1924 …UCT_IN_ARRAY].cases.push_back (UniformCollectionCase(name.c_str(), UniformCollection::structInArr… in init()
1925 …TRUCTS_ARRAYS].cases.push_back (UniformCollectionCase(name.c_str(), UniformCollection::nestedArray… in init()
1928 …MULTIPLE_BASIC].cases.push_back (UniformCollectionCase(DE_NULL, UniformCollection::multipleBas… in init()
1929 …PLE_BASIC_ARRAY].cases.push_back (UniformCollectionCase(DE_NULL, UniformCollection::multipleBas… in init()
1930 …TED_STRUCTS_ARRAYS].cases.push_back (UniformCollectionCase(DE_NULL, UniformCollection::multipleNes… in init()
1960 … const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; in init()
2046 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; in init()
2072 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; in init()