Home | History | Annotate | Download | only in functional

Lines Matching refs:m_isVertexCase

1419 	std::ostringstream&	op				= m_isVertexCase ? vtx : frag;
1491 if (m_isVertexCase)
1513 if (!m_isVertexCase)
1520 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType);
1526 if (!m_isVertexCase)
1533 inValue = m_isVertexCase ? "a_coords" : "v_coords";
1580 if (m_isVertexCase)
1651 op << " " << (m_isVertexCase ? "v_color" : "dEQP_FragColor") << " = ";