Lines Matching defs:buildProgram

831 bool Utils::buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body,
2194 if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings, n_xfb_varyings,
5019 if (!Utils::buildProgram(gl, getVertexShaderBody(), "", /* tc_body */
8219 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
9250 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
9580 if (!Utils::buildProgram(gl, vs_body, "", /* tc_body */
10399 if (Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, NULL, /* xfb_varyings */
10418 /* Release the shaders & the program object that buildProgram() created */
11364 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
11747 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
12287 if (true == Utils::buildProgram(gl, vertex_shader_code, "", "", "", "", &varying_name /* varying_names */,
12422 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
12879 if (ShaderSubroutine::Utils::buildProgram(gl, vs_body, "", /* tc_body */
13277 if (ShaderSubroutine::Utils::buildProgram(gl, test_case.vs_body, test_case.tc_body, test_case.te_body,
13479 if (ShaderSubroutine::Utils::buildProgram(gl, vs_body, "", /* tc_body */
13717 if (ShaderSubroutine::Utils::buildProgram(gl, vs_body, "", /* tc_body */