Lines Matching refs:uniformCollection

832 								UniformCase		(Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
938 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features)
942 , m_uniformCollection (uniformCollection)
1718 const SharedPtr<const UniformCollection>& uniformCollection,
1778 const SharedPtr<const UniformCollection>& uniformCollection,
1782 : UniformCase (context, name, description, shaderType, uniformCollection,
1851 SharedPtr<const UniformCollection> uniformCollection;
1855 , uniformCollection (uniformCollection_)
1960 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
1961 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);
1965 const bool containsMatrices = uniformCollection->containsMatchingBasicType(glu::isDataTypeMatrix);
1999 collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2046 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2051 collectionTestGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2072 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2077 unusedUniformsGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,