Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp62 addChild(new glcts::TessellationShaderError4InputVariables(m_context, m_extParams)); in init()
1467 TessellationShaderError4InputVariables::TessellationShaderError4InputVariables(Context &context, in TessellationShaderError4InputVariables() function in glcts::TessellationShaderError4InputVariables
1482 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError4InputVariables::g… in getCompilationResult()
1500 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError4InputVariables::getLi… in getLinkingResult()
1513 std::string TessellationShaderError4InputVariables::getTessellationControlShaderCode(unsigned int n… in getTessellationControlShaderCode()
1542 std::string TessellationShaderError4InputVariables::getTessellationEvaluationShaderCode(unsigned in… in getTessellationEvaluationShaderCode()
1567 bool TessellationShaderError4InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
H A DesextcTessellationShaderErrors.hpp288 class TessellationShaderError4InputVariables : public TessellationShaderErrorsTestCaseBase class
292 TessellationShaderError4InputVariables(Context &context, const ExtParameters &extParams);
294 virtual ~TessellationShaderError4InputVariables(void) in ~TessellationShaderError4InputVariables()