Searched refs:StencilMaskTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1209 class StencilMaskTestCase : public ApiCase class 1212 StencilMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName) in StencilMaskTestCase() function in deqp::gles2::Functional::__anon30426::StencilMaskTestCase 2147 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskTestCase (m_context, verifier, (std::string("stencil_value_mask") + verifier->getTestNamePostfix()).c_str(), "STENCIL_VALUE_MASK", GL_STENCIL_VALUE_MASK))); in init() 2148 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskTestCase (m_context, verifier, (std::string("stencil_back_value_mask") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_VALUE_MASK", GL_STENCIL_BACK_VALUE_MASK))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1490 class StencilMaskTestCase : public ApiCase class 1493 StencilMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName) in StencilMaskTestCase() function in deqp::gles3::Functional::__anon30569::StencilMaskTestCase 2907 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskTestCase (m_context, verifier, (std::string("stencil_value_mask") + verifier->getTestNamePostfix()).c_str(), "STENCIL_VALUE_MASK", GL_STENCIL_VALUE_MASK))); in init() 2908 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskTestCase (m_context, verifier, (std::string("stencil_back_value_mask") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_VALUE_MASK", GL_STENCIL_BACK_VALUE_MASK))); in init()
|
Completed in 9 milliseconds