Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp61 m_max_pbuffer_width(max_pbuffer_width), in EglConfig()
124 m_max_pbuffer_width(max_pbuffer_width), in EglConfig()
165 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
207 m_max_pbuffer_width(conf.m_max_pbuffer_width), in EglConfig()
277 *val = m_max_pbuffer_width; in getConfAttrib()
440 EGLCONFIG_EQ(m_max_pbuffer_width) && in operator ==()
488 EGLCONFIG_HASH(m_max_pbuffer_width) in u32hash()
DEglConfig.h178 const EGLint m_max_pbuffer_width; variable