Home | History | Annotate | Download | only in functional

Lines Matching refs:col

335 	GLU_EXPECT_NO_ERROR(gl.getError(), "col buf");
339 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer");
794 for (int col = 0; col < numQuadRowsCols; col++)
796 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f;
797 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f;
802 Vec4 alpha0 (0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols-1) : 1.0f);
807 float value = (float)(row*numQuadRowsCols + col) / (float)(numQuadRowsCols*numQuadRowsCols-1);
820 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);
932 for (int col = 0; col < numQuadRowsCols; col++)
934 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f;
935 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f;
947 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);
959 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);