Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.hpp58 class TessellationShaderProgramInterfaces : public TestCaseBase class
62 TessellationShaderProgramInterfaces(Context& context, const ExtParameters& extParams);
64 virtual ~TessellationShaderProgramInterfaces(void) in ~TessellationShaderProgramInterfaces()
DesextcTessellationShaderProgramInterfaces.cpp39 TessellationShaderProgramInterfaces::TessellationShaderProgramInterfaces(Context& context, in TessellationShaderProgramInterfaces() function in glcts::TessellationShaderProgramInterfaces
56 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()
DesextcTessellationShaderTests.cpp73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()