Home
last modified time | relevance | path

Searched refs:TessellationShaderError5InputVariables (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp64 addChild(new glcts::TessellationShaderError5InputVariables(m_context, m_extParams)); in init()
1694 TessellationShaderError5InputVariables::TessellationShaderError5InputVariables(Context &context, in TessellationShaderError5InputVariables() function in glcts::TessellationShaderError5InputVariables
1709 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError5InputVariables::g… in getCompilationResult()
1727 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError5InputVariables::getLi… in getLinkingResult()
1740 std::string TessellationShaderError5InputVariables::getTessellationControlShaderCode(unsigned int n… in getTessellationControlShaderCode()
1766 std::string TessellationShaderError5InputVariables::getTessellationEvaluationShaderCode(unsigned in… in getTessellationEvaluationShaderCode()
1794 bool TessellationShaderError5InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
H A DesextcTessellationShaderErrors.hpp334 class TessellationShaderError5InputVariables : public TessellationShaderErrorsTestCaseBase class
338 TessellationShaderError5InputVariables(Context &context, const ExtParameters &extParams);
340 virtual ~TessellationShaderError5InputVariables(void) in ~TessellationShaderError5InputVariables()