Searched refs:gs_source (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 6219 const std::string& gs_source = getShaderSource(test_case_index, Utils::Shader::GEOMETRY); in test() local 6229 …program.Init("" /* cs */, fs_source, gs_source, tcs_source, tes_source, vs_source, false /* separa… in test() 6287 Utils::Shader::LogSource(m_context, gs_source, Utils::Shader::GEOMETRY); in test() 21742 const std::string& gs_source = getShaderSource(test_case_index, Utils::Shader::GEOMETRY); in test() local 21749 program.Init("" /* cs */, "", gs_source, tcs_source, tes_source, vs_source, true /* separable */); in test() 22673 const std::string& gs_source = getShaderSource(test_case_index, Utils::Shader::GEOMETRY); 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()
|