Searched refs:m_depth_size (Results 1 – 2 of 2) sorted by relevance
58 m_depth_size(depth_size), in EglConfig()119 m_depth_size(depth_size), in EglConfig()159 m_depth_size(conf.m_depth_size), in EglConfig()200 m_depth_size(conf.m_depth_size), in EglConfig()262 *val = m_depth_size; in getConfAttrib()347 m_depth_size == conf.m_depth_size && in compatibleWith()396 if(m_depth_size != conf.m_depth_size) { in operator <()397 return m_depth_size < conf.m_depth_size; in operator <()429 EGLCONFIG_EQ(m_depth_size) && in operator ==()476 EGLCONFIG_HASH(m_depth_size) in u32hash()[all …]
174 const EGLint m_depth_size; variable