Searched refs:alphaValue (Results 1 – 1 of 1) sorted by relevance
4434 const auto alphaValue = std::numeric_limits<deUint8>::max(); in iterate() local4454 colors.push_back(ManyDrawsVertex::Color(red, green, blue, alphaValue)); in iterate()4456 …lors.push_back(ManyDrawsVertex::Color(rnd.getUint8(), rnd.getUint8(), rnd.getUint8(), alphaValue)); in iterate()