Searched refs:SurfaceConfig (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglChooseConfigReference.cpp | 89 class SurfaceConfig class 156 typedef bool (*CompareFunc) (const SurfaceConfig& a, const SurfaceConfig& b); 158 static bool compareCaveat (const SurfaceConfig& a, const SurfaceConfig& b) in compareCaveat() 163 static bool compareColorBufferType (const SurfaceConfig& a, const SurfaceConfig& b) in compareColorBufferType() 168 static bool compareYuvOrder (const SurfaceConfig& a, const SurfaceConfig& b) in compareYuvOrder() 173 static bool compareColorComponentType (const SurfaceConfig& a, const SurfaceConfig& b) in compareColorComponentType() 178 …static bool compareColorBufferBits (const SurfaceConfig& a, const SurfaceConfig& b, const tcu::BVe… in compareColorBufferBits() 208 static bool compareAttributeSmaller (const SurfaceConfig& a, const SurfaceConfig& b) in compareAttributeSmaller() 213 SurfaceConfig (EGLConfig config, ConfigInfo &info) in SurfaceConfig() function in deqp::egl::SurfaceConfig 229 friend bool operator== (const SurfaceConfig& a, const SurfaceConfig& b) in operator ==() [all …]
|