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

/external/deqp/external/openglcts/modules/common/
H A DglcContextFlagsTests.cpp34 class ContextFlagsCase : public tcu::TestCase class in namespace:glcts
45 ContextFlagsCase(tcu::TestContext& testCtx, glu::ContextFlags passedFlags, glw::GLint expectedResult, function in class:glcts::ContextFlagsCase
61 void ContextFlagsCase::createContext()
74 void ContextFlagsCase::releaseContext(void)
83 void ContextFlagsCase::deinit(void)
88 tcu::TestNode::IterateResult ContextFlagsCase::iterate(void)
123 addChild(new ContextFlagsCase(m_testCtx, glu::ContextFlags(0), 0, "no_flags_set_case",
125 addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_DEBUG, GL_CONTEXT_FLAG_DEBUG_BIT, "debug_flag_set_case",
127 addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_ROBUST, GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT,
130 addChild(new ContextFlagsCase(m_testCt
[all...]

Completed in 277 milliseconds