Searched refs:kDepthClearValue (Results 1 – 2 of 2) sorted by relevance
132 constexpr GLfloat kDepthClearValue = 0.5f; in TEST_P() local134 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() local197 constexpr GLfloat depthDrawValue = kDepthClearValue * 2.0f - 1.0f; in TEST_P()198 glClearDepthf(kDepthClearValue); in TEST_P()
784 constexpr float kDepthClearValue = 0.125f; in TEST_P() local825 glClearBufferfv(GL_DEPTH, 0, &kDepthClearValue); in TEST_P()847 verifyDepth(kDepthClearValue, kSize); in TEST_P()1028 constexpr float kDepthClearValue = 0.256f; in TEST_P() local1077 glClearBufferfv(GL_DEPTH, 0, &kDepthClearValue); in TEST_P()1130 verifyDepth(kDepthClearValue, kSize); in TEST_P()1154 constexpr float kDepthClearValue = 0.256f; in TEST_P() local1208 glClearDepthf(kDepthClearValue); in TEST_P()1272 verifyDepth(kDepthClearValue, kHalfSize); in TEST_P()