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

  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 845 const GLenum frontFaces[] = {GL_CW, GL_CCW};
846 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(frontFaces); ndx++)
848 glFrontFace(frontFaces[ndx]);
851 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, frontFaces[ndx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 211 milliseconds