Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DDiscardFramebufferEXTTest.cpp132 constexpr GLfloat kDepthClearValue = 0.5f; in TEST_P() local
134 constexpr GLfloat depthDrawValue = kDepthClearValue * 2.0f - 1.0f; in TEST_P()
140 glClearDepthf(kDepthClearValue); in TEST_P()
195 constexpr GLfloat kDepthClearValue = 0.5f; in TEST_P() local
197 constexpr GLfloat depthDrawValue = kDepthClearValue * 2.0f - 1.0f; in TEST_P()
198 glClearDepthf(kDepthClearValue); in TEST_P()
DClearTest.cpp784 constexpr float kDepthClearValue = 0.125f; in TEST_P() local
825 glClearBufferfv(GL_DEPTH, 0, &kDepthClearValue); in TEST_P()
847 verifyDepth(kDepthClearValue, kSize); in TEST_P()
1028 constexpr float kDepthClearValue = 0.256f; in TEST_P() local
1077 glClearBufferfv(GL_DEPTH, 0, &kDepthClearValue); in TEST_P()
1130 verifyDepth(kDepthClearValue, kSize); in TEST_P()
1154 constexpr float kDepthClearValue = 0.256f; in TEST_P() local
1208 glClearDepthf(kDepthClearValue); in TEST_P()
1272 verifyDepth(kDepthClearValue, kHalfSize); in TEST_P()