Home | History | Annotate | Download | only in qt

Lines Matching refs:m_attrs

259     GraphicsContext3D::Attributes m_attrs;
295 : m_attrs(attrs)
323 m_attrs.stencil = false;
325 if (m_attrs.stencil)
326 m_attrs.depth = true;
328 m_attrs.antialias = false;
439 if (m_attrs.depth)
489 if (m_attrs.alpha)
495 if (m_attrs.depth) {
501 if (m_attrs.stencil)
512 if (m_attrs.depth)
515 if (m_attrs.stencil)
526 if (m_attrs.depth)
528 if (m_attrs.stencil)
1026 return m_internal->m_attrs;