Home
last modified time | relevance | path

Searched refs:m_max_pbuffer_height (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp60 m_max_pbuffer_height(max_pbuffer_height), in EglConfig()
121 m_max_pbuffer_height(max_pbuffer_height), in EglConfig()
161 m_max_pbuffer_height(conf.m_max_pbuffer_height), in EglConfig()
202 m_max_pbuffer_height(conf.m_max_pbuffer_height), in EglConfig()
271 *val = m_max_pbuffer_height; in getConfAttrib()
431 EGLCONFIG_EQ(m_max_pbuffer_height) && in operator ==()
478 EGLCONFIG_HASH(m_max_pbuffer_height) in u32hash()
DEglConfig.h176 const EGLint m_max_pbuffer_height; variable