Home | History | Annotate | Download | only in functional

Lines Matching full:minval

86 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed)
102 color[i] = rnd.getFloat(minVal[i], maxVal[i]);