Searched refs:depthFunctions (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 829 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 D | es3fIntegerStateQueryTests.cpp | 1125 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()
|