Searched defs:SingleColorGenerator (Results 1 – 1 of 1) sorted by relevance
1506 class SingleColorGenerator : public ReferenceColorGenerator class1509 … SingleColorGenerator(const tcu::Vec4 &color) : m_colorFloat(color), m_colorUint(0u), isUint(false) in SingleColorGenerator() function in vkt::pipeline::__anonbcccb5ef0111::SingleColorGenerator1513 …SingleColorGenerator(const tcu::UVec4 &color) : m_colorFloat(0.0f), m_colorUint(color), isUint(tru… in SingleColorGenerator() function in vkt::pipeline::__anonbcccb5ef0111::SingleColorGenerator