Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp55 m_bind_to_tex_rgba(EGL_FALSE), //not supported for now in EglConfig()
116 m_bind_to_tex_rgba(EGL_FALSE), //not supported for now in EglConfig()
155 m_bind_to_tex_rgba(conf.m_bind_to_tex_rgba), in EglConfig()
197 m_bind_to_tex_rgba(conf.m_bind_to_tex_rgba), in EglConfig()
250 *val = m_bind_to_tex_rgba; in getConfAttrib()
423 EGLCONFIG_EQ(m_bind_to_tex_rgba) && in operator ==()
470 EGLCONFIG_HASH(m_bind_to_tex_rgba) in u32hash()
598 CHECK_PROP_CAST(dummy,m_bind_to_tex_rgba,!=); in chosen()
DEglConfig.h170 const EGLBoolean m_bind_to_tex_rgba; variable