Home | History | Annotate | Download | only in functional

Lines Matching refs:cellW

823 	float cellW	= 2.0f / (float)m_gridSide;
828 tcu::Vec4(cellW, 0, 0, 1),
832 tcu::Vec4(cellW, 0, 0, 1),
833 tcu::Vec4(cellW, cellH, 0, 1),
845 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0));