Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.cpp58 m_depth_size(depth_size), in EglConfig()
119 m_depth_size(depth_size), in EglConfig()
159 m_depth_size(conf.m_depth_size), in EglConfig()
200 m_depth_size(conf.m_depth_size), in EglConfig()
262 *val = m_depth_size; in getConfAttrib()
347 m_depth_size == conf.m_depth_size && in compatibleWith()
396 if(m_depth_size != conf.m_depth_size) { in operator <()
397 return m_depth_size < conf.m_depth_size; in operator <()
429 EGLCONFIG_EQ(m_depth_size) && in operator ==()
476 EGLCONFIG_HASH(m_depth_size) in u32hash()
[all …]
DEglConfig.h174 const EGLint m_depth_size; variable