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

  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 787 const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, GL_EQUAL, GL_GREATER, GL_GEQUAL, GL_NOTEQUAL};
788 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++)
790 glDepthFunc(depthFunctions[ndx]);
793 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 55 milliseconds