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