Lines Matching refs:uniformCollection
776 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
777 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
940 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features)
944 , m_uniformCollection (uniformCollection)
1767 UniformInfoQueryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 additionalFeatures = 0);
1771 UniformInfoQueryCase::UniformInfoQueryCase (Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 additionalFeatures)
1772 : UniformCase (context, name, description, shaderType, uniformCollection, additionalFeatures)
1823 const SharedPtr<const UniformCollection>& uniformCollection,
1907 const SharedPtr<const UniformCollection>& uniformCollection,
1912 : UniformCase (context, name, description, shaderType, uniformCollection,
2072 SharedPtr<const UniformCollection> uniformCollection;
2076 , uniformCollection (uniformCollection_)
2172 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2174 collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection));
2191 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2196 unusedUniformsGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2233 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2234 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);
2239 if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSamplerTypes())
2253 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2296 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2297 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);
2301 const bool containsMatrices = uniformCollection->containsMatchingBasicType(glu::isDataTypeMatrix);
2327 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2373 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2378 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2399 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection;
2404 unusedUniformsGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,