Searched defs:uniformCollection (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp776 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection);
777 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
778 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
941 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument
945 , m_uniformCollection (uniformCollection)
950 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument
954 , m_uniformCollection (uniformCollection)
1777 UniformInfoQueryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 additionalFeatures = 0);
1781 UniformInfoQueryCase::UniformInfoQueryCase (Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 additionalFeatures) argument
1782 : UniformCase (context, name, description, shaderType, uniformCollection, additionalFeature
1913 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) argument
2082 SharedPtr<const UniformCollection> uniformCollection; member in struct:deqp::__anon19941::UniformCollectionCase
2182 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2201 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2243 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2307 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2377 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2403 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp832 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection);
833 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
939 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument
943 , m_uniformCollection (uniformCollection)
948 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument
952 , m_uniformCollection (uniformCollection)
1728 const SharedPtr<const UniformCollection>& uniformCollection,
1788 const SharedPtr<const UniformCollection>& uniformCollection,
1792 : UniformCase (context, name, description, shaderType, uniformCollection,
1861 SharedPtr<const UniformCollection> uniformCollection; member in struct:deqp::gles31::Functional::__anon20295::UniformCollectionCase
1784 UniformAssignCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) argument
1971 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2050 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2076 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp941 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection);
942 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
943 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
1112 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument
1116 , m_uniformCollection (uniformCollection)
1121 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument
1125 , m_uniformCollection (uniformCollection)
2196 UniformInfoQueryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, CaseType caseType, deUint32 additionalFeatures = 0);
2232 UniformInfoQueryCase::UniformInfoQueryCase (Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const CaseType caseType, const deUint32 additionalFeatures) argument
2233 : UniformCase (context, name, description, shaderType, uniformCollection, additionalFeature
2415 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) argument
2593 SharedPtr<const UniformCollection> uniformCollection; member in struct:deqp::__anon20145::UniformCollectionCase
2703 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2724 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2767 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2833 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2912 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
2938 const SharedPtr<const UniformCollection>& uniformCollection = collectionCase.uniformCollection; local
[all...]

Completed in 841 milliseconds