Lines Matching defs:varying_names
242 * @param varying_names Array of strings containing names of varyings to be captured with transfrom feedback
249 const glw::GLchar* const* varying_names, glw::GLuint n_varying_names, bool is_separable)
310 gl.transformFeedbackVaryings(m_program_object_id, n_varying_names, varying_names, GL_INTERLEAVED_ATTRIBS);
2836 static const GLchar* varying_names[] = {
2848 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]);
2935 program.build(0 /* cs */, 0 /* fs */, 0 /* gs */, 0 /* tcs */, 0 /* test */, vertex_shader_code, varying_names,
3915 static const GLchar* varying_names[] = { "out_result_from_first_routine", "out_result_from_second_routine",
3917 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]);
3964 program.build(0 /* cs */, 0 /* fs */, 0 /* gs */, 0 /* tcs */, 0 /* test */, vertex_shader_code, varying_names,
4477 static const GLchar* varying_names[] = { "out_combined", "out_combined_inverted",
4482 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]);
4525 program.build(0 /* cs */, 0 /* fs */, 0 /* gs */, 0 /* tcs */, 0 /* test */, vertex_shader_code, varying_names,
5651 vertex_shader_code, 0 /* varying_names */, 0 /* n_varyings */);
6046 vertex_shader_code, 0 /* varying_names */, 0 /* n_varyings */);
6232 vertex_shader_code, 0 /* varying_names */, 0 /* n_varyings */);
6459 vertex_shader_code, 0 /* varying_names */, 0 /* n_varyings */);
7576 static const GLchar* varying_names[] = { "out_routine_1", "out_routine_2" };
7578 static const GLuint n_varying_names = sizeof(varying_names) / sizeof(varying_names[0]);
7608 varying_names /* varying_names */, n_varying_names /* n_varyings */);
12287 if (true == Utils::buildProgram(gl, vertex_shader_code, "", "", "", "", &varying_name /* varying_names */,