Searched refs:ColorMaskTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBooleanStateQueryTests.cpp | 481 class ColorMaskTestCase : public ApiCase class 484 ColorMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in ColorMaskTestCase() function in deqp::gles2::Functional::__anon30405::ColorMaskTestCase 591 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK"))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBooleanStateQueryTests.cpp | 525 class ColorMaskTestCase : public ApiCase class 528 ColorMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in ColorMaskTestCase() function in deqp::gles3::Functional::__anon30532::ColorMaskTestCase 787 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK"))); in init()
|
Completed in 4 milliseconds