Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp829 const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, in test() local
831 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++) in test()
833 glDepthFunc(depthFunctions[ndx]); in test()
836 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1125 const GLenum depthFunctions[] = {GL_NEVER, GL_ALWAYS, GL_LESS, GL_LEQUAL, in test() local
1127 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++) in test()
1129 glDepthFunc(depthFunctions[ndx]); in test()
1132 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()