Home | History | Annotate | Download | only in performance

Lines Matching refs:isVertexCase

1142 	const bool			isVertexCase	= m_caseType == CASETYPE_VERTEX;
1149 std::ostringstream& op = isVertexCase ? vtx : frag;
1160 if (isVertexCase)
1175 if (isVertexCase)
1182 if (!isVertexCase)
1190 const char* const prefix = isVertexCase ? "a_" : "v_";
1260 op << "\t" << (isVertexCase ? "v_color" : "o_color") << " = color;\n";
1262 if (isVertexCase)
1472 const bool isVertexCase = m_caseType == CASETYPE_VERTEX;
1502 std::ostringstream& op = isVertexCase ? vtx : frag;
1513 if (isVertexCase)
1528 if (isVertexCase)
1538 if (!isVertexCase)
1547 const char* const inPrefix = isVertexCase ? "a_" : "v_";
1731 op << "\t" << (isVertexCase ? "v_color" : "o_color") << " = color;\n";
1733 if (isVertexCase)