Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A 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()
564 void TessellationShaderProgramInterfaces::verifyPropertyValue(glw::GLenum interface, glw::GLenum pr… in verifyPropertyValue()
H A DesextcTessellationShaderProgramInterfaces.hpp58 class TessellationShaderProgramInterfaces : public TestCaseBase class
62 TessellationShaderProgramInterfaces(Context &context, const ExtParameters &extParams);
64 virtual ~TessellationShaderProgramInterfaces(void) in ~TessellationShaderProgramInterfaces()
H A DesextcTessellationShaderTests.cpp73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()