Home | History | Annotate | Download | only in main

Lines Matching full:varyings

332                   "glBeginTransformFeedback(no varyings to record)");
574 const GLchar **varyings, GLenum bufferMode)
611 if (strcmp(varyings[i], "gl_NextBuffer") == 0)
623 if (strcmp(varyings[i], "gl_NextBuffer") == 0 ||
624 strcmp(varyings[i], "gl_SkipComponents1") == 0 ||
625 strcmp(varyings[i], "gl_SkipComponents2") == 0 ||
626 strcmp(varyings[i], "gl_SkipComponents3") == 0 ||
627 strcmp(varyings[i], "gl_SkipComponents4") == 0) {
631 varyings[i]);
638 /* free existing varyings, if any */
655 shProg->TransformFeedback.VaryingNames[i] = _mesa_strdup(varyings[i]);
662 * the varyings won't be used until shader link time.
696 linked_xfb_info->Varyings[index].Name);
700 *type = linked_xfb_info->Varyings[index].Type;
702 *size = linked_xfb_info->Varyings[index].Size;