HomeSort by relevance Sort by last modified time
    Searched refs:cullFaces (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 816 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK};
817 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cullFaces); ndx++)
819 glCullFace(cullFaces[ndx]);
822 m_verifier->verifyInteger(m_testCtx, GL_CULL_FACE_MODE, cullFaces[ndx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 46 milliseconds