Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp59 m_max_pbuffer_width(max_pbuffer_width), in EglConfig()
120 m_max_pbuffer_width(max_pbuffer_width), in EglConfig()
160 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
201 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
268 *val = m_max_pbuffer_width; in getConfAttrib()
430 EGLCONFIG_EQ(m_max_pbuffer_width) && in operator ==()
477 EGLCONFIG_HASH(m_max_pbuffer_width) in u32hash()
DEglConfig.h175 const EGLint m_max_pbuffer_width; variable