Home
last modified time | relevance | path

Searched refs:maxRGB (Results 1 – 2 of 2) 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()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c18237 RGBColor maxRGB; in Qt_VDSetKeyColorRange() local
18246 &maxRGB); in Qt_VDSetKeyColorRange()
18250 QdRGB_New, &maxRGB); in Qt_VDSetKeyColorRange()
18260 RGBColor maxRGB; in Qt_VDGetKeyColorRange() local
18269 &maxRGB); in Qt_VDGetKeyColorRange()
18273 QdRGB_New, &maxRGB); in Qt_VDGetKeyColorRange()