Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRenderTests.cpp156 const float maxRGB = 0.9f; in randomizeDrawOp() local
187 color.x() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()
188 color.y() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()
189 color.z() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()