Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglConfig.cpp54 m_max_pbuffer_width(max_pbuffer_width), in EglConfig()
89 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
129 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
186 *val = m_max_pbuffer_width; in getConfAttrib()
DEglConfig.h85 const EGLint m_max_pbuffer_width; variable