Searched refs:ConstantMinimumValueTestCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp658 class ConstantMinimumValueTestCase : public ApiCase class in namespace:deqp::gles2::Functional::__anon4298
661 ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue) function in class:deqp::gles2::Functional::__anon4298::ConstantMinimumValueTestCase
2091 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMinimumValueTestCase(m_context, verifier, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].description, implementationMinLimits[testNdx].targetName, implementationMinLimits[testNdx].value)));
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp914 class ConstantMinimumValueTestCase : public ApiCase class in namespace:deqp::gles3::Functional::__anon4440
917 ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue) function in class:deqp::gles3::Functional::__anon4440::ConstantMinimumValueTestCase
2836 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMinimumValueTestCase(m_context, verifier, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].description, implementationMinLimits[testNdx].targetName, implementationMinLimits[testNdx].value)));

Completed in 140 milliseconds