Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp814 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() local
815 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()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1093 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() local
1094 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()