Searched refs:containsArrays (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Types.cpp | 401 return mStructure ? mStructure->containsArrays() : false; in isStructureContainingArrays() 798 bool TFieldListCollection::containsArrays() const in containsArrays() function in sh::TFieldListCollection 947 return typeSpecifierNonArray.userDef->containsArrays(); in isStructureContainingArrays()
|
H A D | Types.h | 62 bool containsArrays() const;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Types.h | 134 bool containsArrays() const; 517 return structure ? structure->containsArrays() : false; in isStructureContainingArrays()
|
H A D | SymbolTable.cpp | 108 bool TStructure::containsArrays() const in containsArrays() function in TStructure
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 391 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") in basicStruct() argument 400 if (containsArrays) in basicStruct() 412 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") in structInArray() argument 414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 411 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") 420 if (containsArrays) 432 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") in structInArray() argument 434 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 345 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") 354 if (containsArrays) 366 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") in structInArray() argument 368 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
|
Completed in 16 milliseconds