Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderErrors.cpp68 addChild(new glcts::TessellationShaderError9(m_context, m_extParams)); in init()
2148 TessellationShaderError9::TessellationShaderError9(Context& context, const ExtParameters& extParams) in TessellationShaderError9() function in glcts::TessellationShaderError9
2162 TessellationShaderErrorsTestCaseBase::_compilation_result TessellationShaderError9::getCompilationR… in getCompilationResult()
2174 TessellationShaderErrorsTestCaseBase::_linking_result TessellationShaderError9::getLinkingResult() in getLinkingResult()
2187 std::string TessellationShaderError9::getTessellationControlShaderCode(unsigned int n_program_objec… in getTessellationControlShaderCode()
2205 std::string TessellationShaderError9::getTessellationEvaluationShaderCode(unsigned int n_program_ob… in getTessellationEvaluationShaderCode()
2233 bool TessellationShaderError9::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
DesextcTessellationShaderErrors.hpp426 class TessellationShaderError9 : public TessellationShaderErrorsTestCaseBase class
430 TessellationShaderError9(Context& context, const ExtParameters& extParams);
432 virtual ~TessellationShaderError9(void) in ~TessellationShaderError9()