Searched refs:tessControlShaderSource (Results 1 – 2 of 2) sorted by relevance
63 static const char* tessControlShaderSource = "${GLSL_VERSION_STRING}\n" variable144 tcu::StringTemplate(tessControlShaderSource).specialize(args), in single_tessellation_stage()163 tcu::StringTemplate(tessControlShaderSource).specialize(args), in single_tessellation_stage()234 tcu::StringTemplate(tessControlShaderSource).specialize(args), in invalid_primitive_mode()301 …glu::TessellationControlSource tessCtrlSource(tcu::StringTemplate(tessControlShaderSource).special… in invalid_program_state()
209 std::ostringstream tessControlShaderSource; in generateTessControlShader() local210 tessControlShaderSource << "#version 310 es\n" in generateTessControlShader()223 return tessControlShaderSource.str(); in generateTessControlShader()