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

/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp738 class HintTestCase : public ApiCase class in namespace:deqp::gles2::Functional::__anon4298
741 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName) function in class:deqp::gles2::Functional::__anon4298::HintTestCase
2096 FOR_EACH_VERIFIER(normalVerifiers, addChild(new HintTestCase (m_context, verifier, (std::string("generate_mipmap_hint") + verifier->getTestNamePostfix()).c_str(), "GENERATE_MIPMAP_HINT", GL_GENERATE_MIPMAP_HINT)));
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1017 class HintTestCase : public ApiCase class in namespace:deqp::gles3::Functional::__anon4440
1020 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName) function in class:deqp::gles3::Functional::__anon4440::HintTestCase
2845 FOR_EACH_VERIFIER(normalVerifiers, addChild(new HintTestCase (m_context, verifier, (std::string("generate_mipmap_hint") + verifier->getTestNamePostfix()).c_str(), "GENERATE_MIPMAP_HINT", GL_GENERATE_MIPMAP_HINT)));
2846 FOR_EACH_VERIFIER(normalVerifiers, addChild(new HintTestCase (m_context, verifier, (std::string("fragment_shader_derivative_hint") + verifier->getTestNamePostfix()).c_str(), "FRAGMENT_SHADER_DERIVATIVE_HINT", GL_FRAGMENT_SHADER_DERIVATIVE_HINT)));

Completed in 99 milliseconds