Home | History | Annotate | Download | only in functional

Lines Matching refs:m_ctxInfo

244 		isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported()
245 : m_ctxInfo.isFragmentUniformLoopSupported();
247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported()
248 : m_ctxInfo.isFragmentDynamicLoopSupported();