Searched refs:TessellationShaderXFB (Results 1 – 3 of 3) sorted by relevance
48 class TessellationShaderXFB : public TestCaseBase class52 TessellationShaderXFB(Context& context, const ExtParameters& extParams);54 virtual ~TessellationShaderXFB(void) in ~TessellationShaderXFB()
39 TessellationShaderXFB::TessellationShaderXFB(Context& context, const ExtParameters& extParams) in TessellationShaderXFB() function in glcts::TessellationShaderXFB61 void TessellationShaderXFB::deinit() in deinit()187 glw::GLuint TessellationShaderXFB::createSeparableProgram(glw::GLenum shader_type, unsigned int n_s… in createSeparableProgram()244 void TessellationShaderXFB::initTest() in initTest()569 tcu::TestNode::IterateResult TessellationShaderXFB::iterate(void) in iterate()
76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams)); in init()