Searched defs:ColorMaskTestCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.cpp481 class ColorMaskTestCase : public ApiCase class in namespace:deqp::gles2::Functional::__anon3995
484 ColorMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) function in class:deqp::gles2::Functional::__anon3995::ColorMaskTestCase
589 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK")));
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp525 class ColorMaskTestCase : public ApiCase class in namespace:deqp::gles3::Functional::__anon4122
528 ColorMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) function in class:deqp::gles3::Functional::__anon4122::ColorMaskTestCase
785 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK")));

Completed in 204 milliseconds