Searched refs:cullFaces (Results 1 – 2 of 2) sorted by relevance
814 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() local815 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cullFaces); ndx++) in test()817 glCullFace(cullFaces[ndx]); in test()820 m_verifier->verifyInteger(m_testCtx, GL_CULL_FACE_MODE, cullFaces[ndx]); in test()
1093 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() local1094 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cullFaces); ndx++) in test()1096 glCullFace(cullFaces[ndx]); in test()1099 m_verifier->verifyInteger(m_testCtx, GL_CULL_FACE_MODE, cullFaces[ndx]); in test()