Home | History | Annotate | Download | only in glshared

Lines Matching refs:usesInout

1095 	const bool		usesInout	= usesShaderInoutQualifiers(m_targetVersion);
1096 const char* vtxIn = usesInout ? "in" : "attribute";
1097 const char* vtxOut = usesInout ? "out" : "varying";
1248 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion);
1249 const bool customColorOut = usesInout;
1250 const char* fragIn = usesInout ? "in" : "varying";
1304 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion);
1305 const char* vtxIn = usesInout ? "in" : "attribute";
1306 const char* vtxOut = usesInout ? "out" : "varying";
1371 const bool usesInout = usesShaderInoutQualifiers(m_targetVersion);
1372 const bool customColorOut = usesInout;
1373 const char* fragIn = usesInout ? "in" : "varying";
1429 const bool usesInout = usesShaderInoutQualifiers(targetVersion);
1430 const char* vtxIn = usesInout ? "in" : "attribute";
1470 const bool usesInout = usesShaderInoutQualifiers(targetVersion);
1471 const bool customColorOut = usesInout;