Searched refs:tessControlShaderSource (Results 1 – 2 of 2) sorted by relevance
63 static const char* tessControlShaderSource = "${GLSL_VERSION_STRING}\n" variable123 tcu::StringTemplate(tessControlShaderSource).specialize(args), in single_tessellation_stage()142 tcu::StringTemplate(tessControlShaderSource).specialize(args), in single_tessellation_stage()217 tcu::StringTemplate(tessControlShaderSource).specialize(args), in invalid_primitive_mode()272 …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()