Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp51 static const Vec4 BLACK_COLOR = Vec4(0.0f, 0.0f, 0.0f, 1.0f); variable
314 glClearColor (BLACK_COLOR.x(), BLACK_COLOR.y(), BLACK_COLOR.z(), BLACK_COLOR.w()); in iterate()