OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tessEvalSource
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fNegativeShaderStorageTests.cpp
211
const std::string
tessEvalSource
= genCommonSource(ctx, GL_TESS_EVALUATION_SHADER);
250
<< glu::TessellationEvaluationSource(
tessEvalSource
);
es31fNegativeTessellationTests.cpp
273
glu::TessellationEvaluationSource
tessEvalSource
(tcu::StringTemplate(tessEvalShaderSource).specialize(args));
279
glu::ShaderProgram tessEvalProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) <<
tessEvalSource
);
Completed in 159 milliseconds