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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp211 const std::string tessEvalSource = genCommonSource(ctx, GL_TESS_EVALUATION_SHADER); local
250 << glu::TessellationEvaluationSource(tessEvalSource);
H A Des31fNegativeTessellationTests.cpp273 glu::TessellationEvaluationSource tessEvalSource(tcu::StringTemplate(tessEvalShaderSource).specialize(args));
279 glu::ShaderProgram tessEvalProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource);

Completed in 59 milliseconds