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 212 << notColorBits<5, 6, 5, 0> in getDefaultFilterLists() 213 << notColorBits<8, 8, 8, 0> in getDefaultFilterLists() 214 << notColorBits<4, 4, 4, 4> in getDefaultFilterLists() 215 << notColorBits<5, 5, 5, 1> in getDefaultFilterLists() 216 << notColorBits<8, 8, 8, 8> in getDefaultFilterLists()
|
D | teglRenderCase.cpp | 381 static bool notColorBits (const eglu::CandidateConfig& c) in notColorBits() function 453 << notColorBits<5, 6, 5, 0> in getDefaultRenderFilterLists() 454 << notColorBits<8, 8, 8, 0> in getDefaultRenderFilterLists() 455 << notColorBits<4, 4, 4, 4> in getDefaultRenderFilterLists() 456 << notColorBits<5, 5, 5, 1> in getDefaultRenderFilterLists() 457 << notColorBits<8, 8, 8, 8> in getDefaultRenderFilterLists()
|