Searched refs:frontFaces (Results 1 – 2 of 2) sorted by relevance
843 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test() local844 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(frontFaces); ndx++) in test()846 glFrontFace(frontFaces[ndx]); in test()849 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, frontFaces[ndx]); in test()
1122 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test() local1123 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(frontFaces); ndx++) in test()1125 glFrontFace(frontFaces[ndx]); in test()1128 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, frontFaces[ndx]); in test()