Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp56 addChild(new glcts::TessellationShaderError1InputVariables(m_context, m_extParams)); in init()
733 TessellationShaderError1InputVariables::TessellationShaderError1InputVariables(Context &context, in TessellationShaderError1InputVariables() function in glcts::TessellationShaderError1InputVariables
748 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError1InputVariables::g… in getCompilationResult()
766 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError1InputVariables::getLi… in getLinkingResult()
779 std::string TessellationShaderError1InputVariables::getTessellationControlShaderCode(unsigned int n… in getTessellationControlShaderCode()
812 std::string TessellationShaderError1InputVariables::getTessellationEvaluationShaderCode(unsigned in… in getTessellationEvaluationShaderCode()
836 std::string TessellationShaderError1InputVariables::getVertexShaderCode(unsigned int n_program_obje… in getVertexShaderCode()
859 bool TessellationShaderError1InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
H A DesextcTessellationShaderErrors.hpp149 class TessellationShaderError1InputVariables : public TessellationShaderErrorsTestCaseBase class
153 TessellationShaderError1InputVariables(Context &context, const ExtParameters &extParams);
155 virtual ~TessellationShaderError1InputVariables(void) in ~TessellationShaderError1InputVariables()