Lines Matching defs:te_body

805  *  @param te_body        Body to use for the tessellation evaluation shader. Can be
832 const std::string& te_body, const std::string& gs_body, const std::string& fs_body,
876 const char* te_body_raw_ptr = te_body.c_str();
5020 "", /* te_body */
7039 std::string te_body = getTessellationEvaluationShaderBody(n_id);
7040 const char* te_body_raw_ptr = te_body.c_str();
8216 const std::string te_body = getShaderBody(Utils::SHADER_STAGE_TESSELLATION_EVALUATION, n_id);
8219 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
8238 const char* te_body_raw_ptr = te_body.c_str();
9247 std::string te_body = getTessellationEvaluationShaderBody();
9250 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
9581 "", /* te_body */
10396 const std::string te_body = getTessellationEvaluationShaderBody(referencing_stage);
10399 if (Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, NULL, /* xfb_varyings */
10411 << te_body.c_str() << "\n\nGeometry shader:\n\n"
11360 std::string te_body =
11364 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
11384 << te_body << "\n"
11743 std::string te_body =
11747 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
11767 << te_body << "\n"
12418 std::string te_body =
12422 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
12440 << te_body << "\n"
12880 "", /* te_body */
13245 test_case.te_body =
13277 if (ShaderSubroutine::Utils::buildProgram(gl, test_case.vs_body, test_case.tc_body, test_case.te_body,
13281 (test_case.te_body.length() > 0) ? &m_te_id : DE_NULL,
13480 "", /* te_body */
13718 "", /* te_body */