Searched refs:m_depth_size (Results 1 – 2 of 2) sorted by relevance
53 m_depth_size(depth_size), in EglConfig()88 m_depth_size(conf.m_depth_size), in EglConfig()128 m_depth_size(conf.m_depth_size), in EglConfig()180 *val = m_depth_size; in getConfAttrib()253 if(m_depth_size != conf.m_depth_size) return false; in compitableWith()284 if(m_depth_size != conf.m_depth_size) { in operator <()285 return m_depth_size < conf.m_depth_size; in operator <()315 CHECK_PROP(dummy,m_depth_size,>); in choosen()
84 const EGLint m_depth_size; variable