Home
last modified time | relevance | path

Searched refs:TessellationShaderXFB (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.hpp48 class TessellationShaderXFB : public TestCaseBase class
52 TessellationShaderXFB(Context& context, const ExtParameters& extParams);
54 virtual ~TessellationShaderXFB(void) in ~TessellationShaderXFB()
DesextcTessellationShaderXFB.cpp39 TessellationShaderXFB::TessellationShaderXFB(Context& context, const ExtParameters& extParams) in TessellationShaderXFB() function in glcts::TessellationShaderXFB
61 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()
DesextcTessellationShaderTests.cpp76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams)); in init()