Searched refs:GL_DEPTH_FUNC (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 62 case GL_DEPTH_FUNC: return "GL_DEPTH_FUNC"; 1107 case GL_DEPTH_FUNC: return "GL_DEPTH_FUNC";
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 176 #define GL_DEPTH_FUNC 0x0B74 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 209 #define GL_DEPTH_FUNC 0x0B74 macro
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 782 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, GL_LESS); in test() 791 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 1061 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, GL_LESS); in test() 1070 m_verifier->verifyInteger(m_testCtx, GL_DEPTH_FUNC, depthFunctions[ndx]); in test()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 138 #define GL_DEPTH_FUNC 0x0B74 macro
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 422 { GL_DEPTH_FUNC, CONTEXT_ENUM(Depth.Func), NO_EXTRA },
|
/external/mesa3d/include/GL/ |
D | gl.h | 303 #define GL_DEPTH_FUNC 0x0B74 macro
|