Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp60 addChild(new glcts::TessellationShaderError3InputVariables(m_context, m_extParams)); in init()
1233 TessellationShaderError3InputVariables::TessellationShaderError3InputVariables(Context &context, in TessellationShaderError3InputVariables() function in glcts::TessellationShaderError3InputVariables
1248 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError3InputVariables::g… in getCompilationResult()
1266 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError3InputVariables::getLi… in getLinkingResult()
1279 std::string TessellationShaderError3InputVariables::getTessellationControlShaderCode(unsigned int n… in getTessellationControlShaderCode()
1312 std::string TessellationShaderError3InputVariables::getTessellationEvaluationShaderCode(unsigned in… in getTessellationEvaluationShaderCode()
1340 bool TessellationShaderError3InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
H A DesextcTessellationShaderErrors.hpp242 class TessellationShaderError3InputVariables : public TessellationShaderErrorsTestCaseBase class
246 TessellationShaderError3InputVariables(Context &context, const ExtParameters &extParams);
248 virtual ~TessellationShaderError3InputVariables(void) in ~TessellationShaderError3InputVariables()