Home
last modified time | relevance | path

Searched refs:frontFaces (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp843 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test() local
844 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()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1122 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test() local
1123 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()