Searched refs:m_framebuffer_target_android (Results 1 – 2 of 2) sorted by relevance
79 m_framebuffer_target_android(framebuffer_target_android), in EglConfig()140 m_framebuffer_target_android(EGL_FALSE), in EglConfig()180 m_framebuffer_target_android(conf.m_framebuffer_target_android), in EglConfig()221 m_framebuffer_target_android(FB_TARGET_ANDROID_BUF_SIZE(m_buffer_size)), in EglConfig()325 *val = m_framebuffer_target_android; in getConfAttrib()450 EGLCONFIG_EQ(m_framebuffer_target_android) && in operator ==()497 EGLCONFIG_HASH(m_framebuffer_target_android) in u32hash()627 if ((EGLint)(dummy.m_framebuffer_target_android) != EGL_DONT_CARE && in chosen()628 dummy.m_framebuffer_target_android != in chosen()629 m_framebuffer_target_android) { in chosen()
195 const EGLBoolean m_framebuffer_target_android; variable