Searched refs:specifiedRGBColors (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglChooseConfigReference.cpp | 178 …(const SurfaceConfig& a, const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::… in compareColorBufferBits() argument 185 const tcu::IVec4 mask (specifiedRGBColors.cast<deInt32>()); in compareColorBufferBits() 242 …bool compareTo (const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& sp… in compareTo() argument 267 …if (compareColorBufferBits(*this, b, specifiedRGBColors, specifiedLuminanceColors, yuvPlaneBppSpec… in compareTo() 269 …else if (compareColorBufferBits(b, *this, specifiedRGBColors, specifiedLuminanceColors, yuvPlaneBp… in compareTo() 340 …CompareConfigs (const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& specifiedLuminanceColors, … in CompareConfigs() argument 341 : m_specifiedRGBColors (specifiedRGBColors) in CompareConfigs()
|