Home | History | Annotate | Download | only in functional

Lines Matching refs:col

326 	GLU_EXPECT_NO_ERROR(gl.getError(), "col buf");
330 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer");
790 for (int col = 0; col < numQuadRowsCols; col++)
792 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f;
793 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f;
798 Vec4 alpha0 (0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols-1) : 1.0f);
803 float value = (float)(row*numQuadRowsCols + col) / (float)(numQuadRowsCols*numQuadRowsCols-1);
816 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);
928 for (int col = 0; col < numQuadRowsCols; col++)
930 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f;
931 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f;
943 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);
955 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row);