Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProperties.hpp74 class TessellationShaderPropertiesProgramObject : public TestCaseBase class
78 TessellationShaderPropertiesProgramObject(Context &context, const ExtParameters &extParams);
80 virtual ~TessellationShaderPropertiesProgramObject(void) in ~TessellationShaderPropertiesProgramObject()
H A DesextcTessellationShaderProperties.cpp141 TessellationShaderPropertiesProgramObject::TessellationShaderPropertiesProgramObject(Context &conte… in TessellationShaderPropertiesProgramObject() function in glcts::TessellationShaderPropertiesProgramObject
155 void TessellationShaderPropertiesProgramObject::deinit(void) in deinit()
200 void TessellationShaderPropertiesProgramObject::initTest(void) in initTest()
275 tcu::TestNode::IterateResult TessellationShaderPropertiesProgramObject::iterate(void) in iterate()
H A DesextcTessellationShaderTests.cpp75 singleGroup->addChild(new TessellationShaderPropertiesProgramObject(m_context, m_extParams)); in init()