Home | History | Annotate | Download | only in functional

Lines Matching defs:m_requirements

158 	deUint32					m_requirements;
163 , m_requirements (requirements)
176 const bool isSupported = !(m_requirements & REQUIREMENT_UNIFORM_INDEXING) &&
177 (!(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported()) &&
178 (!(m_requirements & REQUIREMENT_FRAGMENT_UNIFORM_LOOPS) || m_ctxInfo.isFragmentUniformLoopSupported());