Lines Matching defs:tf_varyings
179 * @param tf_varyings Transform-feedback varying names to use for the
182 * @param n_tf_varyings See @param tf_varyings definition.
194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings,
278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode);
3239 0, /* tf_varyings */
5911 static const char* tf_varyings[] = { "instance_id", "vertex_id" };
5912 static const unsigned int n_tf_varyings = sizeof(tf_varyings) / sizeof(tf_varyings[0]);
5930 tf_varyings, n_tf_varyings, GL_INTERLEAVED_ATTRIBS);
5938 tf_varyings, n_tf_varyings, GL_SEPARATE_ATTRIBS);