Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp211 const std::string tessEvalSource = genCommonSource(ctx, GL_TESS_EVALUATION_SHADER); in block_number_limits() local
250 << glu::TessellationEvaluationSource(tessEvalSource); in block_number_limits()
Des31fNegativeTessellationTests.cpp273 …glu::TessellationEvaluationSource tessEvalSource(tcu::StringTemplate(tessEvalShaderSource).special… in invalid_program_state() local
279 …m (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource); in invalid_program_state()