Searched refs:TessellationShaderProgramInterfaces (Results 1 – 3 of 3) sorted by relevance
58 class TessellationShaderProgramInterfaces : public TestCaseBase class62 TessellationShaderProgramInterfaces(Context& context, const ExtParameters& extParams);64 virtual ~TessellationShaderProgramInterfaces(void) in ~TessellationShaderProgramInterfaces()
39 TessellationShaderProgramInterfaces::TessellationShaderProgramInterfaces(Context& context, in TessellationShaderProgramInterfaces() function in glcts::TessellationShaderProgramInterfaces56 void TessellationShaderProgramInterfaces::deinit() in deinit()101 void TessellationShaderProgramInterfaces::initTest() in initTest()318 tcu::TestNode::IterateResult TessellationShaderProgramInterfaces::iterate(void) in iterate()565 void TessellationShaderProgramInterfaces::verifyPropertyValue(glw::GLenum interface, glw::GLenum pr… in verifyPropertyValue()
73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()