HomeSort by relevance Sort by last modified time
    Searched refs:m_samples_per_pixel (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.cpp 64 m_samples_per_pixel(samples_per_pixel),
99 m_samples_per_pixel(conf.m_samples_per_pixel),
139 m_samples_per_pixel(conf.m_samples_per_pixel),
216 *val = m_samples_per_pixel;
280 if(m_samples_per_pixel != conf.m_samples_per_pixel) {
281 return m_samples_per_pixel < conf.m_samples_per_pixel;
    [all...]
EglConfig.h 95 const EGLint m_samples_per_pixel; member in class:EglConfig

Completed in 174 milliseconds