Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp63 static const char* tessControlShaderSource = "${GLSL_VERSION_STRING}\n" variable
123 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()
Des31fLayoutBindingTests.cpp209 std::ostringstream tessControlShaderSource; in generateTessControlShader() local
210 tessControlShaderSource << "#version 310 es\n" in generateTessControlShader()
223 return tessControlShaderSource.str(); in generateTessControlShader()