Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderErrors.cpp72 addChild(new glcts::TessellationShaderError13(m_context, m_extParams)); in init()
2555 TessellationShaderError13::TessellationShaderError13(Context& context, const ExtParameters& extPara… in TessellationShaderError13() function in glcts::TessellationShaderError13
2568 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError13::getCompilation… in getCompilationResult()
2581 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError13::getLinkingResult() in getLinkingResult()
2594 std::string TessellationShaderError13::getTessellationControlShaderCode(unsigned int n_program_obje… in getTessellationControlShaderCode()
2620 std::string TessellationShaderError13::getTessellationEvaluationShaderCode(unsigned int n_program_o… in getTessellationEvaluationShaderCode()
2647 bool TessellationShaderError13::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
DesextcTessellationShaderErrors.hpp515 class TessellationShaderError13 : public TessellationShaderErrorsTestCaseBase class
519 TessellationShaderError13(Context& context, const ExtParameters& extParams);
521 virtual ~TessellationShaderError13(void) in ~TessellationShaderError13()