Searched refs:notColorBits (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 128 static bool notColorBits (const eglu::CandidateConfig& c) in notColorBits() function 207 << notColorBits<5, 6, 5, 0> in getDefaultFilterLists() 208 << notColorBits<8, 8, 8, 0> in getDefaultFilterLists() 209 << notColorBits<4, 4, 4, 4> in getDefaultFilterLists() 210 << notColorBits<5, 5, 5, 1> in getDefaultFilterLists() 211 << notColorBits<8, 8, 8, 8> in getDefaultFilterLists()
|
D | teglRenderCase.cpp | 381 static bool notColorBits (const eglu::CandidateConfig& c) in notColorBits() function 448 << notColorBits<5, 6, 5, 0> in getDefaultRenderFilterLists() 449 << notColorBits<8, 8, 8, 0> in getDefaultRenderFilterLists() 450 << notColorBits<4, 4, 4, 4> in getDefaultRenderFilterLists() 451 << notColorBits<5, 5, 5, 1> in getDefaultRenderFilterLists() 452 << notColorBits<8, 8, 8, 8> in getDefaultRenderFilterLists()
|