Home
last modified time | relevance | path

Searched refs:compareColorBufferBits (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigReference.cpp178 static bool compareColorBufferBits (const SurfaceConfig& a, const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& specifiedLuminanceColors, bool yuvPlaneBppSpecified) in compareColorBufferBits() function in deqp::egl::SurfaceConfig
249 DE_NULL, // SurfaceConfig::compareColorBufferBits, in compareTo()
267 if (compareColorBufferBits(*this, b, specifiedRGBColors, specifiedLuminanceColors, yuvPlaneBppSpecified)) in compareTo()
269 else if (compareColorBufferBits(b, *this, specifiedRGBColors, specifiedLuminanceColors, yuvPlaneBppSpecified)) in compareTo()

Completed in 2 milliseconds