Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp785 …const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, GL_EQUAL, GL_GREATER, GL… in test() local
786 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++) in test()
788 glDepthFunc(depthFunctions[ndx]); in test()
791 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1064 …const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, GL_EQUAL, GL_GREATER, GL… in test() local
1065 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++) in test()
1067 glDepthFunc(depthFunctions[ndx]); in test()
1070 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()