Home | History | Annotate | Download | only in functional

Lines Matching refs:triangleCount

1045     const int triangleCount	= m_gridSize * m_gridSize * 2;
1049 DE_ASSERT(triangleCount % m_numDrawCmds == 0);
1050 DE_UNREF(triangleCount);
1241 << " const uint triangleCount = gridSize * gridSize * 2u;\n"
1248 << " const uint numDrawCallTris = triangleCount / " << m_numDrawCmds << "u;\n"
1343 const int triangleCount = m_gridSize * m_gridSize * 2;
1344 const deUint32 numDrawCallTris = triangleCount / m_numDrawCmds;