Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp49 static const Vec4 FAIL_COLOR_RED = Vec4(1.0f, 0.0f, 0.0f, 1.0f); variable
320 …glUniform4f (colorUnif, FAIL_COLOR_RED.x(), FAIL_COLOR_RED.y(), FAIL_COLOR_RED.z(), FAIL_COLOR_RE… in iterate()
321 glClearColor (FAIL_COLOR_RED.x(), FAIL_COLOR_RED.y(), FAIL_COLOR_RED.z(), FAIL_COLOR_RED.w()); in iterate()
336 …: (m_caseOptions & CASEOPTION_FBO) ? glClearBufferfv(GL_COLOR, 0, &FAIL_COLOR_RED[0]) : glClear(… in iterate()