Home | History | Annotate | Download | only in functional

Lines Matching refs:texCoordType

1109 	const string texCoordType = "vec" + de::toString(numTexCoordComponents);
1114 "in highp " + texCoordType + " a_texCoord;\n"
1117 "out highp " + texCoordType + " v_texCoord;\n"
1140 const string texCoordType = "vec" + de::toString(numTexCoordComponents);
1147 "in highp " + texCoordType + " v_texCoord;\n"