Searched refs:m_framebuffer_target_android (Results 1 – 2 of 2) sorted by relevance
81 m_framebuffer_target_android(framebuffer_target_android), in EglConfig()144 m_framebuffer_target_android(EGL_FALSE), in EglConfig()185 m_framebuffer_target_android(conf.m_framebuffer_target_android), in EglConfig()227 m_framebuffer_target_android(FB_TARGET_ANDROID_BUF_SIZE(m_buffer_size)), in EglConfig()334 *val = m_framebuffer_target_android; in getConfAttrib()460 EGLCONFIG_EQ(m_framebuffer_target_android) && in operator ==()508 EGLCONFIG_HASH(m_framebuffer_target_android) in u32hash()641 if ((EGLint)(dummy.m_framebuffer_target_android) != EGL_DONT_CARE && in chosen()642 dummy.m_framebuffer_target_android != in chosen()643 m_framebuffer_target_android) { in chosen()
198 const EGLBoolean m_framebuffer_target_android; variable