Searched refs:m_samples_per_pixel (Results 1 – 2 of 2) sorted by relevance
69 m_samples_per_pixel(samples_per_pixel), in EglConfig()130 m_samples_per_pixel(samples_per_pixel), in EglConfig()170 m_samples_per_pixel(conf.m_samples_per_pixel), in EglConfig()211 m_samples_per_pixel(conf.m_samples_per_pixel), in EglConfig()298 *val = m_samples_per_pixel; in getConfAttrib()392 if(m_samples_per_pixel != conf.m_samples_per_pixel) { in operator <()393 return m_samples_per_pixel < conf.m_samples_per_pixel; in operator <()440 EGLCONFIG_EQ(m_samples_per_pixel) && in operator ==()487 EGLCONFIG_HASH(m_samples_per_pixel) in u32hash()540 m_samples_per_pixel, in chosen()[all …]
185 const EGLint m_samples_per_pixel; variable