Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp54 m_bind_to_tex_rgb(EGL_FALSE), //not supported for now in EglConfig()
115 m_bind_to_tex_rgb(EGL_FALSE), //not supported for now in EglConfig()
154 m_bind_to_tex_rgb(conf.m_bind_to_tex_rgb), in EglConfig()
196 m_bind_to_tex_rgb(conf.m_bind_to_tex_rgb), in EglConfig()
247 *val = m_bind_to_tex_rgb; in getConfAttrib()
422 EGLCONFIG_EQ(m_bind_to_tex_rgb) && in operator ==()
469 EGLCONFIG_HASH(m_bind_to_tex_rgb) in u32hash()
597 CHECK_PROP_CAST(dummy,m_bind_to_tex_rgb ,!=); in chosen()
DEglConfig.h169 const EGLBoolean m_bind_to_tex_rgb; variable