Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6224 const std::string& tes_source = getShaderSource(test_case_index, Utils::Shader::TESS_EVAL); in test() local
6229 …program.Init("" /* cs */, fs_source, gs_source, tcs_source, tes_source, vs_source, false /* separa… in test()
6286 Utils::Shader::LogSource(m_context, tes_source, Utils::Shader::TESS_EVAL); in test()
21745 const std::string& tes_source = getShaderSource(test_case_index, Utils::Shader::TESS_EVAL); in test() local
21749 program.Init("" /* cs */, "", gs_source, tcs_source, tes_source, vs_source, true /* separable */); in test()
22676 const std::string& tes_source = getShaderSource(test_case_index, Utils::Shader::TESS_EVAL); in test() local
22707 …program.Init("" /* cs */, "", gs_source, tcs_source, tes_source, vs_source, captured_varyings, tru… in test()
22719 …program.Init("" /* cs */, "", gs_source, tcs_source, tes_source, vs_source, captured_varyings, fal… in test()
22725 program.Init("" /* cs */, "", gs_source, tcs_source, tes_source, vs_source, true /* separable */); in test()